@@ -707,13 +707,13 @@ Location [not included in comparison]/{warehouse_dir}/explain_temp1]
707707ReadSchema: struct<key:int,val:int>
708708
709709(2) Project
710- Output [3]: [val#x AS _gen_attr_324 #x, cast(key#x as bigint) AS _gen_attr_326 #xL, if ((val#x > 1)) key#x else null AS _gen_attr_328 #x]
710+ Output [3]: [val#x AS _gen_attr_0 #x, cast(key#x as bigint) AS _gen_attr_1 #xL, if ((val#x > 1)) key#x else null AS _gen_attr_2 #x]
711711Input [2]: [key#x, val#x]
712712
713713(3) HashAggregate
714- Input [3]: [_gen_attr_324 #x, _gen_attr_326 #xL, _gen_attr_328 #x]
714+ Input [3]: [_gen_attr_0 #x, _gen_attr_1 #xL, _gen_attr_2 #x]
715715Keys: []
716- Functions [3]: [partial_count(_gen_attr_324 #x), partial_sum(_gen_attr_326 #xL), partial_count(_gen_attr_328 #x) FILTER (WHERE isnotnull(_gen_attr_328 #x))]
716+ Functions [3]: [partial_count(_gen_attr_0 #x), partial_sum(_gen_attr_1 #xL), partial_count(_gen_attr_2 #x) FILTER (WHERE isnotnull(_gen_attr_2 #x))]
717717Aggregate Attributes [3]: [count#xL, sum#xL, count#xL]
718718Results [3]: [count#xL, sum#xL, count#xL]
719719
@@ -724,9 +724,9 @@ Arguments: SinglePartition, true, [id=#x]
724724(5) HashAggregate
725725Input [3]: [count#xL, sum#xL, count#xL]
726726Keys: []
727- Functions [3]: [count(_gen_attr_324 #x), sum(_gen_attr_326 #xL), count(_gen_attr_328 #x)]
728- Aggregate Attributes [3]: [count(_gen_attr_324 #x)#xL, sum(_gen_attr_326 #xL)#xL, count(_gen_attr_328 #x)#xL]
729- Results [2]: [(count(_gen_attr_324 #x)#xL + sum(_gen_attr_326 #xL)#xL) AS TOTAL#xL, count(_gen_attr_328 #x)#xL AS count(key) FILTER (WHERE (val > 1))#xL]
727+ Functions [3]: [count(_gen_attr_0 #x), sum(_gen_attr_1 #xL), count(_gen_attr_2 #x)]
728+ Aggregate Attributes [3]: [count(_gen_attr_0 #x)#xL, sum(_gen_attr_1 #xL)#xL, count(_gen_attr_2 #x)#xL]
729+ Results [2]: [(count(_gen_attr_0 #x)#xL + sum(_gen_attr_1 #xL)#xL) AS TOTAL#xL, count(_gen_attr_2 #x)#xL AS count(key) FILTER (WHERE (val > 1))#xL]
730730
731731(6) AdaptiveSparkPlan
732732Output [2]: [TOTAL#xL, count(key) FILTER (WHERE (val > 1))#xL]
0 commit comments