1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-10-27 01:59:56 +00:00

Fix incorrect row pruning for non-text BYTE_ARRAY

This commit is contained in:
Colin Dellow
2018-03-18 19:43:09 -04:00
parent 893e4c63f5
commit 8bf890ab66
3 changed files with 39 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ def test_table(conn, table):
for name in column_names:
column_values[name] = get_column_values(conn, table, name)
random.seed(0)
#random.seed(0)
all_values = []
for values in column_values.values():
all_values = all_values + values