From 13ee1607081ccc001b1aef556c00d89b00ebe53b Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Thu, 29 May 2025 18:04:41 -0700 Subject: [PATCH] bugfix. --- wikiq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikiq b/wikiq index 5ce219d..acdded6 100755 --- a/wikiq +++ b/wikiq @@ -273,7 +273,7 @@ class RevDataBase: pa.field("minor",pa.bool_()), pa.field("editor",pa.string()), pa.field("anon",pa.bool_()), - pa.field("edit_summary",pa.bool_()) + pa.field("edit_summary",pa.string()) ] # pyarrow is a columnar format, so most of the work happens in the flush_parquet_buffer function