wenfang6 commented on issue #6790:
URL: 
https://github.com/apache/incubator-gluten/issues/6790#issuecomment-2288249138

   @zhztheplayer l think stage 24 failed.
   
   ```
   +- BroadcastQueryStage 24
            :        +- ColumnarBroadcastExchange 
HashedRelationBroadcastMode(List(input[0, string, true], input[1, string, 
true], input[2, string, true], (input[4, int, false] + 1)),false), [id=#2832]
            :           +- ^(16) ProjectExecTransformer [i_category#411, 
i_brand#407, cc_name#489, sum_sales#0 AS sum_sales#139, rn#518]
            :              +- ^(16) WindowExecTransformer [rank(d_year#461, 
d_moy#463) windowspecdefinition(i_category#411, i_brand#407, cc_name#489, 
d_year#461 ASC NULLS FIRST, d_moy#463 ASC NULLS FIRST, 
specifiedwindowframe(RowFrame, unboundedpreceding$(), currentrow$())) AS 
rn#518], [i_category#411, i_brand#407, cc_name#489], [d_year#461 ASC NULLS 
FIRST, d_moy#463 ASC NULLS FIRST]
            :                 +- ^(16) SortExecTransformer [i_category#411 ASC 
NULLS FIRST, i_brand#407 ASC NULLS FIRST, cc_name#489 ASC NULLS FIRST, 
d_year#461 ASC NULLS FIRST, d_moy#463 ASC NULLS FIRST], false, 0
            :                    +- ^(16) 
InputIteratorTransformer[i_category#411, i_brand#407, cc_name#489, d_year#461, 
d_moy#463, sum_sales#0]
            :                       +- AQEShuffleRead coalesced
            :                          +- ShuffleQueryStage 21
            :                             +- ColumnarExchange 
hashpartitioning(i_category#411, i_brand#407, cc_name#489, 200), 
ENSURE_REQUIREMENTS, [i_category#411, i_brand#407, cc_name#489, d_year#461, 
d_moy#463, sum_sales#0], [id=#2620], [id=#2620], [OUTPUT] 
List(i_category:StringType, i_brand:StringType, cc_name:StringType, 
d_year:IntegerType, d_moy:IntegerType, sum_sales:DecimalType(17,2))
            :                                +- VeloxAppendBatches 3276
            :                                   +- ^(14) ProjectExecTransformer 
[hash(i_category#411, i_brand#407, cc_name#489, 42) AS hash_partition_key#876, 
i_category#411, i_brand#407, cc_name#489, d_year#461, d_moy#463, 
MakeDecimal(sum(UnscaledValue(cs_sales_price#441))#122L,17,2) AS sum_sales#0]
            :                                      +- ^(14) 
HashAggregateTransformer(keys=[i_category#411, i_brand#407, cc_name#489, 
d_year#461, d_moy#463], functions=[sum(UnscaledValue(cs_sales_price#441))])
            :                                         +- ^(14) 
InputIteratorTransformer[i_category#411, i_brand#407, cc_name#489, d_year#461, 
d_moy#463, sum#642L]
            :                                            +- ShuffleQueryStage 17
            :                                               +- ReusedExchange 
[i_category#411, i_brand#407, cc_name#489, d_year#461, d_moy#463, sum#642L], 
ColumnarExchange hashpartitioning(i_category#19, i_brand#15, cc_name#97, 
d_year#69, d_moy#71, 200), ENSURE_REQUIREMENTS, [i_category#19, i_brand#15, 
cc_name#97, d_year#69, d_moy#71, sum#640L], [id=#1838], [id=#1838], [OUTPUT] 
List(i_category:StringType, i_brand:StringType, cc_name:StringType, 
d_year:IntegerType, d_moy:IntegerType, sum:LongType)
   ```


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