@@ -86,13 +86,13 @@ SortPreservingMergeExec: [value@1 DESC]
8686DataFusion Ray Distributed Plan
8787===========
8888
89- Query Stage #0 (2 -> 2):
89+ Query Stage #0 (1 -> 2):
9090ShuffleWriterExec(stage_id=0, output_partitioning=Hash([Column { name: "n_nationkey", index: 0 }], 2))
9191 CoalesceBatchesExec: target_batch_size=8192
9292 FilterExec: n_name@1 = ALGERIA, projection=[n_nationkey@0]
9393 ParquetExec: file_groups={ ... }, projection=[n_nationkey, n_name], predicate=n_name@1 = ALGERIA, pruning_predicate=CASE WHEN n_name_null_count@2 = n_name_row_count@3 THEN false ELSE n_name_min@0 <= ALGERIA AND ALGERIA <= n_name_max@1 END, required_guarantees=[n_name in (ALGERIA)]
9494
95- Query Stage #1 (2 -> 2):
95+ Query Stage #1 (1 -> 2):
9696ShuffleWriterExec(stage_id=1, output_partitioning=Hash([Column { name: "s_suppkey", index: 0 }], 2))
9797 ParquetExec: file_groups={ ... }, projection=[s_suppkey, s_nationkey]
9898
@@ -120,13 +120,13 @@ ShuffleWriterExec(stage_id=4, output_partitioning=Hash([], 2))
120120 CoalesceBatchesExec: target_batch_size=8192
121121 ShuffleReaderExec(stage_id=3, input_partitioning=Hash([Column { name: "s_nationkey", index: 2 }], 2))
122122
123- Query Stage #5 (2 -> 2):
123+ Query Stage #5 (1 -> 2):
124124ShuffleWriterExec(stage_id=5, output_partitioning=Hash([Column { name: "n_nationkey", index: 0 }], 2))
125125 CoalesceBatchesExec: target_batch_size=8192
126126 FilterExec: n_name@1 = ALGERIA, projection=[n_nationkey@0]
127127 ParquetExec: file_groups={ ... }, projection=[n_nationkey, n_name], predicate=n_name@1 = ALGERIA, pruning_predicate=CASE WHEN n_name_null_count@2 = n_name_row_count@3 THEN false ELSE n_name_min@0 <= ALGERIA AND ALGERIA <= n_name_max@1 END, required_guarantees=[n_name in (ALGERIA)]
128128
129- Query Stage #6 (2 -> 2):
129+ Query Stage #6 (1 -> 2):
130130ShuffleWriterExec(stage_id=6, output_partitioning=Hash([Column { name: "s_suppkey", index: 0 }], 2))
131131 ParquetExec: file_groups={ ... }, projection=[s_suppkey, s_nationkey]
132132
@@ -167,7 +167,7 @@ ShuffleWriterExec(stage_id=10, output_partitioning=Hash([Column { name: "ps_part
167167 CoalesceBatchesExec: target_batch_size=8192
168168 ShuffleReaderExec(stage_id=9, input_partitioning=Hash([Column { name: "ps_partkey", index: 0 }], 2))
169169
170- Query Stage #11 (1 -> 1):
170+ Query Stage #11 (2 -> 1):
171171SortPreservingMergeExec: [value@1 DESC]
172172 ShuffleReaderExec(stage_id=10, input_partitioning=Hash([Column { name: "ps_partkey", index: 0 }], 2))
173173
0 commit comments