Begin adding test for parquet export

Changed logic for handling anonymous edits so that wikiq handles
the type for editor ids consistently. Parquet can mix int64 and
None, but not int64 and strings - previously the code used the empty
string to denote anonymous editors.

Tests failing. Don't merge yet.

Signed-off-by: Will Beason <willbeason@gmail.com>
This commit is contained in:
Will Beason
2025-05-28 13:17:30 -05:00
parent df0ad1de63
commit 3f94144b1b
3 changed files with 66 additions and 20 deletions

3
.gitignore vendored
View File

@@ -9,4 +9,5 @@
# Python build and test output
__pycache__/
test_output/
/test/test_output/
/test/test_output.parquet/