1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-08 22:24:56 +00:00

Add tests for unsupported types

This commit is contained in:
Colin Dellow
2018-03-04 13:02:42 -05:00
parent 681c8a443f
commit a4f368af9c
4 changed files with 42 additions and 1 deletions

View File

@@ -79,7 +79,9 @@ def write_unsupported_parquets():
pa.null(),
pa.uint8(),
pa.uint16(),
pa.uint32(),
# per https://issues.apache.org/jira/browse/ARROW-436, I think
# Parquet v1.0 can't serialize UINT32
#pa.uint32(),
pa.uint64(),
# pa.float16() <-- not supported by us, but also not by pyarrow
# TODO: list_, struct, dict