alamb commented on code in PR #18972:
URL: https://github.com/apache/datafusion/pull/18972#discussion_r2598340218


##########
datafusion/core/tests/sql/explain_analyze.rs:
##########
@@ -812,14 +812,13 @@ async fn 
test_physical_plan_display_indent_multi_children() {
     assert_snapshot!(
         actual,
         @r"
-    CoalesceBatchesExec: target_batch_size=4096
-      HashJoinExec: mode=Partitioned, join_type=Inner, on=[(c1@0, c2@0)], 
projection=[c1@0]
-        CoalesceBatchesExec: target_batch_size=4096
-          RepartitionExec: partitioning=Hash([c1@0], 9000), input_partitions=1
-            DataSourceExec: file_groups={1 group: 
[[ARROW_TEST_DATA/csv/aggregate_test_100.csv]]}, projection=[c1], 
file_type=csv, has_header=true
-        CoalesceBatchesExec: target_batch_size=4096
-          RepartitionExec: partitioning=Hash([c2@0], 9000), input_partitions=1
-            DataSourceExec: file_groups={1 group: 
[[ARROW_TEST_DATA/csv/aggregate_test_100.csv]]}, projection=[c1@0 as c2], 
file_type=csv, has_header=true
+    HashJoinExec: mode=Partitioned, join_type=Inner, on=[(c1@0, c2@0)], 
projection=[c1@0]

Review Comment:
   
![Image](https://github.com/user-attachments/assets/9c544122-23e5-4353-8e86-20bc79c67f3e)



-- 
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]

Reply via email to