lgbo-ustc commented on issue #6557:
URL: 
https://github.com/apache/incubator-gluten/issues/6557#issuecomment-2244451210

   ```
   [2024-07-23T04:26:31.290Z] - TPCDS Q10 *** FAILED ***
   [2024-07-23T04:26:31.290Z]   java.lang.AssertionError: assertion failed: 
FallBack true check error: CHNativeColumnarToRow
   [2024-07-23T04:26:31.291Z] +- TakeOrderedAndProjectExecTransformer 
(limit=100, orderBy=[cd_gender#984458 ASC NULLS FIRST,cd_marital_status#984459 
ASC NULLS FIRST,cd_education_status#984460 ASC NULLS 
FIRST,cd_purchase_estimate#984461 ASC NULLS FIRST,cd_credit_rating#984462 ASC 
NULLS FIRST,cd_dep_count#984463 ASC NULLS FIRST,cd_dep_employed_count#984464 
ASC NULLS FIRST,cd_dep_college_count#984465 ASC NULLS FIRST], 
output=[cd_gender#984458,cd_marital_status#984459,cd_education_status#984460,cnt1#986047L,cd_purchase_estimate#984461,cnt2#986048L,cd_credit_rating#984462,cnt3#986049L,cd_dep_count#984463,cnt4#986050L,cd_dep_employed_count#984464,cnt5#986051L,cd_dep_college_count#984465,cnt6#986052L])
   [2024-07-23T04:26:31.291Z]    +- ^(17606) ProjectExecTransformer 
[cd_gender#984458, cd_marital_status#984459, cd_education_status#984460, 
count(1)#986056L AS cnt1#986047L, cd_purchase_estimate#984461, count(1)#986056L 
AS cnt2#986048L, cd_credit_rating#984462, count(1)#986056L AS cnt3#986049L, 
cd_dep_count#984463, count(1)#986056L AS cnt4#986050L, 
cd_dep_employed_count#984464, count(1)#986056L AS cnt5#986051L, 
cd_dep_college_count#984465, count(1)#986056L AS cnt6#986052L]
   [2024-07-23T04:26:31.291Z]       +- ^(17606) 
HashAggregateTransformer(keys=[cd_gender#984458, cd_marital_status#984459, 
cd_education_status#984460, cd_purchase_estimate#984461, 
cd_credit_rating#984462, cd_dep_count#984463, cd_dep_employed_count#984464, 
cd_dep_college_count#984465], functions=[count(1)], isStreamingAgg=false, 
output=[cd_gender#984458, cd_marital_status#984459, cd_education_status#984460, 
cd_purchase_estimate#984461, cd_credit_rating#984462, cd_dep_count#984463, 
cd_dep_employed_count#984464, cd_dep_college_count#984465, count(1)#986056L])
   [2024-07-23T04:26:31.291Z]          +- ^(17606) 
InputIteratorTransformer[cd_gender#984458, cd_marital_status#984459, 
cd_education_status#984460, cd_purchase_estimate#984461, 
cd_credit_rating#984462, cd_dep_count#984463, cd_dep_employed_count#984464, 
cd_dep_college_count#984465, count#986209L]
   [2024-07-23T04:26:31.291Z]             +- ColumnarExchange 
hashpartitioning(cd_gender#984458, cd_marital_status#984459, 
cd_education_status#984460, cd_purchase_estimate#984461, 
cd_credit_rating#984462, cd_dep_count#984463, cd_dep_employed_count#984464, 
cd_dep_college_count#984465, 5), ENSURE_REQUIREMENTS, [plan_id=1629420], 
[id=#1629420], [OUTPUT] ArrayBuffer(cd_gender:StringType, 
cd_marital_status:StringType, cd_education_status:StringType, 
cd_purchase_estimate:IntegerType, cd_credit_rating:StringType, 
cd_dep_count:IntegerType, cd_dep_employed_count:IntegerType, 
cd_dep_college_count:IntegerType, count:LongType), [OUTPUT] 
ArrayBuffer(cd_gender:StringType, cd_marital_status:StringType, 
cd_education_status:StringType, cd_purchase_estimate:IntegerType, 
cd_credit_rating:StringType, cd_dep_count:IntegerType, 
cd_dep_employed_count:IntegerType, cd_dep_college_count:IntegerType, 
count:LongType)
   [2024-07-23T04:26:31.291Z]                +- ^(17605) 
HashAggregateTransformer(keys=[cd_gender#984458, cd_marital_status#984459, 
cd_education_status#984460, cd_purchase_estimate#984461, 
cd_credit_rating#984462, cd_dep_count#984463, cd_dep_employed_count#984464, 
cd_dep_college_count#984465], functions=[partial_count(1)], 
isStreamingAgg=false, output=[cd_gender#984458, cd_marital_status#984459, 
cd_education_status#984460, cd_purchase_estimate#984461, 
cd_credit_rating#984462, cd_dep_count#984463, cd_dep_employed_count#984464, 
cd_dep_college_count#984465, count#986209L])
   [2024-07-23T04:26:31.291Z]                   +- ^(17605) 
ProjectExecTransformer [cd_gender#984458, cd_marital_status#984459, 
cd_education_status#984460, cd_purchase_estimate#984461, 
cd_credit_rating#984462, cd_dep_count#984463, cd_dep_employed_count#984464, 
cd_dep_college_count#984465]
   [2024-07-23T04:26:31.291Z]                      +- ^(17605) 
CHBroadcastHashJoinExecTransformer [c_current_cdemo_sk#977286], 
[cd_demo_sk#984457], Inner, BuildRight, false
   [2024-07-23T04:26:31.291Z]                         :- ^(17605) 
ProjectExecTransformer [c_current_cdemo_sk#977286]
   [2024-07-23T04:26:31.291Z]                         :  +- ^(17605) 
CHBroadcastHashJoinExecTransformer [c_current_addr_sk#977288], 
[ca_address_sk#984282], Inner, BuildRight, false
   [2024-07-23T04:26:31.291Z]                         :     :- ^(17605) 
ProjectExecTransformer [c_current_cdemo_sk#977286, c_current_addr_sk#977288]
   [2024-07-23T04:26:31.291Z]                         :     :  +- ^(17605) 
FilterExecTransformer (exists#986203 OR exists#986204)
   [2024-07-23T04:26:31.291Z]                         :     :     +- ^(17605) 
InputIteratorTransformer[c_customer_sk#977284, c_current_cdemo_sk#977286, 
c_current_addr_sk#977288, exists#986203, exists#986204]
   [2024-07-23T04:26:31.291Z]                         :     :        +- 
RowToCHNativeColumnar
   [2024-07-23T04:26:31.291Z]                         :     :           +- *(2) 
SortMergeJoin [c_customer_sk#977284], [cs_ship_customer_sk#977515], 
ExistenceJoin(exists#986204)
   [2024-07-23T04:26:31.291Z]                         :     :              :- 
*(1) SortMergeJoin [c_customer_sk#977284], [ws_bill_customer_sk#977478], 
ExistenceJoin(exists#986203)
   [2024-07-23T04:26:31.291Z]                         :     :              :  
:- CHNativeColumnarToRow
   [2024-07-23T04:26:31.291Z]                         :     :              :  : 
 +- ^(17596) SortExecTransformer [c_customer_sk#977284 ASC NULLS FIRST], false, 0
   [2024-07-23T04:26:31.291Z]                         :     :              :  : 
    +- ^(17596) CHShuffledHashJoinExecTransformer [c_customer_sk#977284], 
[ss_customer_sk#977979], LeftSemi, BuildRight
   [2024-07-23T04:26:31.291Z]                         :     :              :  : 
       :- ^(17596) InputIteratorTransformer[c_customer_sk#977284, 
c_current_cdemo_sk#977286, c_current_addr_sk#977288]
   [2024-07-23T04:26:31.291Z]                         :     :              :  : 
       :  +- ColumnarExchange hashpartitioning(c_customer_sk#977284, 5), 
ENSURE_REQUIREMENTS, [plan_id=1629164], [id=#1629164], [OUTPUT] 
List(c_customer_sk:IntegerType, c_current_cdemo_sk:IntegerType, 
c_current_addr_sk:IntegerType), [OUTPUT] List(c_customer_sk:IntegerType, 
c_current_cdemo_sk:IntegerType, c_current_addr_sk:IntegerType)
   [2024-07-23T04:26:31.291Z]                         :     :              :  : 
       :     +- ^(17593) FilterExecTransformer 
(isnotnull(c_current_addr_sk#977288) AND isnotnull(c_current_cdemo_sk#977286))
   [2024-07-23T04:26:31.291Z]                         :     :              :  : 
       :        +- ^(17593) NativeFileScan parquet 
tpcdsdb.customer[c_customer_sk#977284,c_current_cdemo_sk#977286,c_current_addr_sk#977288]
 Batched: true, DataFilters: [isnotnull(c_current_addr_sk#977288), 
isnotnull(c_current_cdemo_sk#977286)], Format: Parquet, Location: 
InMemoryFileIndex(1 paths)[file:/data/tpcds-data-sf1-decimal/customer], 
PartitionFilters: [], PushedFilters: [IsNotNull(c_current_addr_sk), 
IsNotNull(c_current_cdemo_sk)], ReadSchema: 
struct<c_customer_sk:int,c_current_cdemo_sk:int,c_current_addr_sk:int>
   [2024-07-23T04:26:31.291Z]                         :     :              :  : 
       +- ^(17596) InputIteratorTransformer[ss_customer_sk#977979]
   [2024-07-23T04:26:31.291Z]                         :     :              :  : 
          +- ColumnarExchange hashpartitioning(ss_customer_sk#977979, 5), 
ENSURE_REQUIREMENTS, [plan_id=1629290], [id=#1629290], [OUTPUT] 
List(ss_customer_sk:IntegerType), [OUTPUT] List(ss_customer_sk:IntegerType)
   [2024-07-23T04:26:31.291Z]                         :     :              :  : 
             +- ^(17595) ProjectExecTransformer [ss_customer_sk#977979]
   [2024-07-23T04:26:31.292Z]                         :     :              :  : 
                +- ^(17595) CHBroadcastHashJoinExecTransformer 
[ss_sold_date_sk#977999], [d_date_sk#977227], Inner, BuildRight, false
   [2024-07-23T04:26:31.292Z]                         :     :              :  : 
                   :- ^(17595) NativeFileScan parquet 
tpcdsdb.store_sales[ss_customer_sk#977979,ss_sold_date_sk#977999] Batched: 
true, DataFilters: [], Format: Parquet, Location: InMemoryFileIndex(1823 
paths)[file:/data/tpcds-data-sf1-decimal/store_sales/ss_sold_date_sk=24512..., 
PartitionFilters: [isnotnull(ss_sold_date_sk#977999), 
dynamicpruningexpression(ss_sold_date_sk#977999 IN dynamicpru..., 
PushedFilters: [], ReadSchema: struct<ss_customer_sk:int>
   [2024-07-23T04:26:31.292Z]                         :     :              :  : 
                   :     +- ColumnarSubqueryBroadcast dynamicpruning#986205, 0, 
[d_date_sk#977227], [id=#1628742]
   [2024-07-23T04:26:31.292Z]                         :     :              :  : 
                   :        +- ColumnarBroadcastExchange 
HashedRelationBroadcastMode(List(cast(input[0, int, true] as bigint)),false), 
[plan_id=1628741]
   [2024-07-23T04:26:31.292Z]                         :     :              :  : 
                   :           +- ^(17590) ProjectExecTransformer 
[d_date_sk#977227]
   [2024-07-23T04:26:31.292Z]                         :     :              :  : 
                   :              +- ^(17590) FilterExecTransformer 
(((((isnotnull(d_year#977233) AND isnotnull(d_moy#977235)) AND (d_year#977233 = 
2002)) AND (d_moy#977235 >= 4)) AND (d_moy#977235 <= 7)) AND 
isnotnull(d_date_sk#977227))
   [2024-07-23T04:26:31.292Z]                         :     :              :  : 
                   :                 +- ^(17590) NativeFileScan parquet 
tpcdsdb.date_dim[d_date_sk#977227,d_year#977233,d_moy#977235] Batched: true, 
DataFilters: [isnotnull(d_year#977233), isnotnull(d_moy#977235), (d_year#977233 
= 2002), (d_moy#977235 >= 4), ..., Format: Parquet, Location: 
InMemoryFileIndex(1 paths)[file:/data/tpcds-data-sf1-decimal/date_dim], 
PartitionFilters: [], PushedFilters: [IsNotNull(d_year), IsNotNull(d_moy), 
EqualTo(d_year,2002), GreaterThanOrEqual(d_moy,4), LessThan..., ReadSchema: 
struct<d_date_sk:int,d_year:int,d_moy:int>
   [2024-07-23T04:26:31.292Z]                         :     :              :  : 
                   +- ^(17595) InputIteratorTransformer[d_date_sk#977227]
   [2024-07-23T04:26:31.292Z]                         :     :              :  : 
                      +- ReusedExchange [d_date_sk#977227], 
ColumnarBroadcastExchange HashedRelationBroadcastMode(List(cast(input[0, int, 
true] as bigint)),false), [plan_id=1628741]
   [2024-07-23T04:26:31.292Z]                         :     :              :  
+- CHNativeColumnarToRow
   [2024-07-23T04:26:31.292Z]                         :     :              :    
 +- ^(17599) SortExecTransformer [ws_bill_customer_sk#977478 ASC NULLS FIRST], 
false, 0
   [2024-07-23T04:26:31.292Z]                         :     :              :    
    +- ^(17599) InputIteratorTransformer[ws_bill_customer_sk#977478]
   [2024-07-23T04:26:31.292Z]                         :     :              :    
       +- ColumnarExchange hashpartitioning(ws_bill_customer_sk#977478, 5), 
ENSURE_REQUIREMENTS, [plan_id=1629333], [id=#1629333], [OUTPUT] 
List(ws_bill_customer_sk:IntegerType), [OUTPUT] 
List(ws_bill_customer_sk:IntegerType)
   [2024-07-23T04:26:31.292Z]                         :     :              :    
          +- ^(17598) ProjectExecTransformer [ws_bill_customer_sk#977478]
   [2024-07-23T04:26:31.292Z]                         :     :              :    
             +- ^(17598) CHBroadcastHashJoinExecTransformer 
[ws_sold_date_sk#977508], [d_date_sk#986062], Inner, BuildRight, false
   [2024-07-23T04:26:31.292Z]                         :     :              :    
                :- ^(17598) NativeFileScan parquet 
tpcdsdb.web_sales[ws_bill_customer_sk#977478,ws_sold_date_sk#977508] Batched: 
true, DataFilters: [], Format: Parquet, Location: InMemoryFileIndex(1823 
paths)[file:/data/tpcds-data-sf1-decimal/web_sales/ws_sold_date_sk=2451895..., 
PartitionFilters: [isnotnull(ws_sold_date_sk#977508), 
dynamicpruningexpression(ws_sold_date_sk#977508 IN dynamicpru..., 
PushedFilters: [], ReadSchema: struct<ws_bill_customer_sk:int>
   [2024-07-23T04:26:31.292Z]                         :     :              :    
                :     +- ReusedSubquery ColumnarSubqueryBroadcast 
dynamicpruning#986205, 0, [d_date_sk#977227], [id=#1628742]
   [2024-07-23T04:26:31.292Z]                         :     :              :    
                +- ^(17598) InputIteratorTransformer[d_date_sk#986062]
   [2024-07-23T04:26:31.292Z]                         :     :              :    
                   +- ReusedExchange [d_date_sk#986062], 
ColumnarBroadcastExchange HashedRelationBroadcastMode(List(cast(input[0, int, 
true] as bigint)),false), [plan_id=1628741]
   [2024-07-23T04:26:31.292Z]                         :     :              +- 
CHNativeColumnarToRow
   [2024-07-23T04:26:31.292Z]                         :     :                 
+- ^(17602) SortExecTransformer [cs_ship_customer_sk#977515 ASC NULLS FIRST], 
false, 0
   [2024-07-23T04:26:31.292Z]                         :     :                   
 +- ^(17602) InputIteratorTransformer[cs_ship_customer_sk#977515]
   [2024-07-23T04:26:31.292Z]                         :     :                   
    +- ColumnarExchange hashpartitioning(cs_ship_customer_sk#977515, 5), 
ENSURE_REQUIREMENTS, [plan_id=1629378], [id=#1629378], [OUTPUT] 
List(cs_ship_customer_sk:IntegerType), [OUTPUT] 
List(cs_ship_customer_sk:IntegerType)
   [2024-07-23T04:26:31.292Z]                         :     :                   
       +- ^(17601) ProjectExecTransformer [cs_ship_customer_sk#977515]
   [2024-07-23T04:26:31.292Z]                         :     :                   
          +- ^(17601) CHBroadcastHashJoinExecTransformer 
[cs_sold_date_sk#977542], [d_date_sk#986090], Inner, BuildRight, false
   [2024-07-23T04:26:31.292Z]                         :     :                   
             :- ^(17601) NativeFileScan parquet 
tpcdsdb.catalog_sales[cs_ship_customer_sk#977515,cs_sold_date_sk#977542] 
Batched: true, DataFilters: [], Format: Parquet, Location: 
InMemoryFileIndex(1830 
paths)[file:/data/tpcds-data-sf1-decimal/catalog_sales/cs_sold_date_sk=245..., 
PartitionFilters: [isnotnull(cs_sold_date_sk#977542), 
dynamicpruningexpression(cs_sold_date_sk#977542 IN dynamicpru..., 
PushedFilters: [], ReadSchema: struct<cs_ship_customer_sk:int>
   [2024-07-23T04:26:31.292Z]                         :     :                   
             :     +- ReusedSubquery ColumnarSubqueryBroadcast 
dynamicpruning#986205, 0, [d_date_sk#977227], [id=#1628742]
   [2024-07-23T04:26:31.292Z]                         :     :                   
             +- ^(17601) InputIteratorTransformer[d_date_sk#986090]
   [2024-07-23T04:26:31.292Z]                         :     :                   
                +- ReusedExchange [d_date_sk#986090], ColumnarBroadcastExchange 
HashedRelationBroadcastMode(List(cast(input[0, int, true] as bigint)),false), 
[plan_id=1628741]
   [2024-07-23T04:26:31.292Z]                         :     +- ^(17605) 
InputIteratorTransformer[ca_address_sk#984282]
   [2024-07-23T04:26:31.292Z]                         :        +- 
ColumnarBroadcastExchange HashedRelationBroadcastMode(List(cast(input[0, int, 
true] as bigint)),false), [plan_id=1629215]
   [2024-07-23T04:26:31.292Z]                         :           +- ^(17603) 
ProjectExecTransformer [ca_address_sk#984282]
   [2024-07-23T04:26:31.292Z]                         :              +- 
^(17603) FilterExecTransformer (ca_county#984289 IN (Walker County,Richland 
County,Gaines County,Douglas County,Dona Ana County) AND 
isnotnull(ca_address_sk#984282))
   [2024-07-23T04:26:31.292Z]                         :                 +- 
^(17603) NativeFileScan parquet 
tpcdsdb.customer_address[ca_address_sk#984282,ca_county#984289] Batched: true, 
DataFilters: [ca_county#984289 IN (Walker County,Richland County,Gaines 
County,Douglas County,Dona Ana County)..., Format: Parquet, Location: 
InMemoryFileIndex(1 paths)[file:/data/tpcds-data-sf1-decimal/customer_address], 
PartitionFilters: [], PushedFilters: [In(ca_county, [Dona Ana County,Douglas 
County,Gaines County,Richland County,Walker County]), IsN..., ReadSchema: 
struct<ca_address_sk:int,ca_county:string>
   [2024-07-23T04:26:31.292Z]                         +- ^(17605) 
InputIteratorTransformer[cd_demo_sk#984457, cd_gender#984458, 
cd_marital_status#984459, cd_education_status#984460, 
cd_purchase_estimate#984461, cd_credit_rating#984462, cd_dep_count#984463, 
cd_dep_employed_count#984464, cd_dep_college_count#984465]
   [2024-07-23T04:26:31.293Z]                            +- 
ColumnarBroadcastExchange HashedRelationBroadcastMode(List(cast(input[0, int, 
false] as bigint)),false), [plan_id=1629221]
   [2024-07-23T04:26:31.293Z]                               +- ^(17604) 
FilterExecTransformer isnotnull(cd_demo_sk#984457)
   [2024-07-23T04:26:31.293Z]                                  +- ^(17604) 
NativeFileScan parquet
   ```


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