alamb commented on code in PR #17861:
URL: https://github.com/apache/datafusion/pull/17861#discussion_r2578241319
##########
datafusion/sqllogictest/test_files/repartition_scan.slt:
##########
@@ -279,7 +279,7 @@ query TT
EXPLAIN SELECT * FROM avro_table
----
logical_plan TableScan: avro_table projection=[f1, f2, f3]
-physical_plan DataSourceExec: file_groups={1 group:
[[WORKSPACE_ROOT/testing/data/avro/simple_enum.avro]]}, projection=[f1, f2,
f3], file_type=avro
+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
Review Comment:
this is pretty neat
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]