change order of fields.
This commit is contained in:
parent
f39ceefa4a
commit
a9f76a0f62
4
wikiq
4
wikiq
@ -266,14 +266,14 @@ class RevDataBase:
|
||||
pa.field("title",pa.string()),
|
||||
pa.field("namespace",pa.int32()),
|
||||
pa.field("deleted",pa.bool_()),
|
||||
pa.field("edit_summary",pa.string()),
|
||||
pa.field("text_chars",pa.int32()),
|
||||
pa.field("revert",pa.bool_(), nullable=True),
|
||||
pa.field("reverteds",pa.list_(pa.int64()), nullable=True),
|
||||
pa.field("sha1",pa.string()),
|
||||
pa.field("minor",pa.bool_()),
|
||||
pa.field("editor",pa.string()),
|
||||
pa.field("anon",pa.bool_()),
|
||||
pa.field("edit_summary",pa.string())
|
||||
pa.field("anon",pa.bool_())
|
||||
]
|
||||
|
||||
# pyarrow is a columnar format, so most of the work happens in the flush_parquet_buffer function
|
||||
|
Loading…
Reference in New Issue
Block a user