We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3117a9c commit 61f3ed0Copy full SHA for 61f3ed0
paimon-python/pypaimon/tests/blob_table_test.py
@@ -1334,7 +1334,7 @@ def test_blob_write_read_large_data_end_to_end_with_rolling(self):
1334
read_builder = table.new_read_builder()
1335
table_scan = read_builder.new_scan()
1336
table_read = read_builder.new_read()
1337
- splits = table_scan.plan().splits();
+ splits = table_scan.plan().splits()
1338
result = table_read.to_arrow(splits)
1339
1340
self.assertEqual(sum([s._row_count for s in splits]), 40)
0 commit comments