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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user