Skip to content

Commit 918f820

Browse files
author
acordeir
committed
correct partitionning
1 parent 65e4c16 commit 918f820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_materialization_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def build_test_samples(tmp_path):
2929
})
3030

3131
# Write to Parquet files
32-
ak.to_parquet(data1, test_path1, row_group_size=10000) #partions
32+
ak.to_parquet(data1, test_path1, row_group_size=10) #partions
3333
ak.to_parquet(data2, test_path2)
3434

3535
# Dict simulating servicex.deliver() output

0 commit comments

Comments
 (0)