Skip to content

Commit b4c3b5c

Browse files
committed
parallel avro file reading
1 parent b50df22 commit b4c3b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sqllogictest/test_files/repartition_scan.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ query TT
285285
EXPLAIN SELECT * FROM avro_table
286286
----
287287
logical_plan TableScan: avro_table projection=[f1, f2, f3]
288-
physical_plan DataSourceExec: file_groups={1 group: [[WORKSPACE_ROOT/testing/data/avro/simple_enum.avro]]}, projection=[f1, f2, f3], file_type=avro
288+
physical_plan DataSourceExec: file_groups={4 groups: [[WORKSPACE_ROOT/testing/data/avro/simple_enum.avro:0..103], [WORKSPACE_ROOT/testing/data/avro/simple_enum.avro:103..206], [WORKSPACE_ROOT/testing/data/avro/simple_enum.avro:206..309], [WORKSPACE_ROOT/testing/data/avro/simple_enum.avro:309..411]]}, projection=[f1, f2, f3], file_type=avro
289289

290290
# Cleanup
291291
statement ok

0 commit comments

Comments
 (0)