Skip to content

Commit 75d0b58

Browse files
committed
fix
1 parent 4e10394 commit 75d0b58

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

sql/core/src/test/resources/sql-tests/results/explain-aqe.sql.out

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,7 @@ Aggregate [sum(distinct cast(val#x as bigint)) AS sum(DISTINCT val)#xL]
6666

6767
== Physical Plan ==
6868
AdaptiveSparkPlan isFinalPlan=false
69-
+- == Current Plan ==
70-
HashAggregate(keys=[], functions=[sum(distinct cast(val#x as bigint)#xL)], output=[sum(DISTINCT val)#xL])
71-
+- Exchange SinglePartition, true, [id=#x]
72-
+- HashAggregate(keys=[], functions=[partial_sum(distinct cast(val#x as bigint)#xL)], output=[sum#xL])
73-
+- HashAggregate(keys=[cast(val#x as bigint)#xL], functions=[], output=[cast(val#x as bigint)#xL])
74-
+- Exchange hashpartitioning(cast(val#x as bigint)#xL, 4), true, [id=#x]
75-
+- HashAggregate(keys=[cast(val#x as bigint) AS cast(val#x as bigint)#xL], functions=[], output=[cast(val#x as bigint)#xL])
76-
+- FileScan parquet default.explain_temp1[val#x] Batched: true, DataFilters: [], Format: Parquet, Location [not included in comparison]/{warehouse_dir}/explain_temp1], PartitionFilters: [], PushedFilters: [], ReadSchema: struct<val:int>
77-
+- == Initial Plan ==
78-
HashAggregate(keys=[], functions=[sum(distinct cast(val#x as bigint)#xL)], output=[sum(DISTINCT val)#xL])
69+
+- HashAggregate(keys=[], functions=[sum(distinct cast(val#x as bigint)#xL)], output=[sum(DISTINCT val)#xL])
7970
+- Exchange SinglePartition, true, [id=#x]
8071
+- HashAggregate(keys=[], functions=[partial_sum(distinct cast(val#x as bigint)#xL)], output=[sum#xL])
8172
+- HashAggregate(keys=[cast(val#x as bigint)#xL], functions=[], output=[cast(val#x as bigint)#xL])

0 commit comments

Comments
 (0)