afterincomparableyum commented on issue #11319:
URL: 
https://github.com/apache/incubator-gluten/issues/11319#issuecomment-3678442712

   this is the plan:
   
   `== Fallback Summary ==
   (1) BatchScan database.namespace.table: 
    - Found schema check failure for 
StructType(StructField(ingestion_id,BinaryType,true),StructField(ingestion_ts,TimestampNTZType,true)),
 due to: Schema / data type not supported: TimestampNTZType; 
    - Found schema check failure for 
StructType(StructField(ingestion_id,BinaryType,true),StructField(ingestion_ts,TimestampNTZType,true)),
 due to: Schema / data type not supported: TimestampNTZType; 
    - Found schema check failure for 
StructType(StructField(ingestion_id,BinaryType,true),StructField(ingestion_ts,TimestampNTZType,false)),
 due to: Schema / data type not supported: TimestampNTZType; 
    - Validation failed with exception from: ProjectExecTransformer, reason: 
Type TimestampNTZType not supported.
   (3) Filter: 
    - Found schema check failure for 
StructType(StructField(ingestion_id,BinaryType,true),StructField(ingestion_ts,TimestampNTZType,true)),
 due to: Schema / data type not supported: TimestampNTZType; 
    - Found schema check failure for 
StructType(StructField(ingestion_id,BinaryType,true),StructField(ingestion_ts,TimestampNTZType,true)),
 due to: Schema / data type not supported: TimestampNTZType; 
    - Found schema check failure for 
StructType(StructField(ingestion_id,BinaryType,true),StructField(ingestion_ts,TimestampNTZType,false)),
 due to: Schema / data type not supported: TimestampNTZType; 
    - Validation failed with exception from: ProjectExecTransformer, reason: 
Type TimestampNTZType not supported.
   (4) Project: 
    - Found schema check failure for 
StructType(StructField(ingestion_id,BinaryType,true),StructField(ingestion_ts,TimestampNTZType,true)),
 due to: Schema / data type not supported: TimestampNTZType; 
    - Found schema check failure for 
StructType(StructField(ingestion_id,BinaryType,true),StructField(ingestion_ts,TimestampNTZType,true)),
 due to: Schema / data type not supported: TimestampNTZType; 
    - Found schema check failure for 
StructType(StructField(ingestion_id,BinaryType,true),StructField(ingestion_ts,TimestampNTZType,false)),
 due to: Schema / data type not supported: TimestampNTZType; 
    - Validation failed with exception from: ProjectExecTransformer, reason: 
Type TimestampNTZType not supported.
   
   == Physical Plan ==
   VeloxColumnarToRow (29)
   +- ^ ProjectExecTransformer (27)
      +- ^ RegularHashAggregateExecTransformer (26)
         +- ^ InputIteratorTransformer (25)
            +- ShuffleQueryStage (23), Statistics(sizeInBytes=8.0 B, rowCount=1)
               +- ColumnarExchange (22)
                  +- VeloxResizeBatches (21)
                     +- ^ FlushableHashAggregateExecTransformer (19)
                        +- ^ ProjectExecTransformer (18)
                           +- ^ FilterExecTransformer (17)
                              +- ^ RegularHashAggregateExecTransformer (16)
                                 +- ^ InputIteratorTransformer (15)
                                    +- AQEShuffleRead (13)
                                       +- ShuffleQueryStage (12), 
Statistics(sizeInBytes=7.2 MiB, rowCount=2.59E+5)
                                          +- ColumnarExchange (11)
                                             +- ^ ProjectExecTransformer (9)
                                                +- ^ 
FlushableHashAggregateExecTransformer (8)
                                                   +- ^ 
InputIteratorTransformer (7)
                                                      +- RowToVeloxColumnar (5)
                                                         +- * Project (4)
                                                            +- * Filter (3)
                                                               +- * 
ColumnarToRow (2)
                                                                  +- BatchScan 
database.namespace.table (1)`


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