This commit is contained in:
Nathan TeBlunthuis 2025-05-29 18:04:41 -07:00
parent bd22d26291
commit 13ee160708

2
wikiq
View File

@ -273,7 +273,7 @@ class RevDataBase:
pa.field("minor",pa.bool_()), pa.field("minor",pa.bool_()),
pa.field("editor",pa.string()), pa.field("editor",pa.string()),
pa.field("anon",pa.bool_()), 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 # pyarrow is a columnar format, so most of the work happens in the flush_parquet_buffer function