Get Parquet test working
This requires some data smoothing to get read_table and read_parquet DataFrames to look close enough, but the test now passes and validates that the data match. Signed-off-by: Will Beason <willbeason@gmail.com>
This commit is contained in:
2
wikiq
2
wikiq
@@ -270,7 +270,7 @@ class RevDataBase:
|
||||
pa.field("title", pa.string()),
|
||||
pa.field("namespace", pa.int32()),
|
||||
pa.field("deleted", pa.bool_()),
|
||||
pa.field("test_chars", pa.int32()),
|
||||
pa.field("text_chars", pa.int32()),
|
||||
pa.field("revert", pa.bool_()),
|
||||
pa.field("reverteds", pa.list_(pa.int64())),
|
||||
pa.field("sha1", pa.string()),
|
||||
|
||||
Reference in New Issue
Block a user