dcoliversun commented on PR #8975: URL: https://github.com/apache/incubator-gluten/pull/8975#issuecomment-2720365161
@jackylee-ch I find one regression. This fix commit breaks https://github.com/apache/incubator-gluten/pull/7111 . We need to optimize it. ```plain == Fallback Summary == (4) Project: Not supported to map spark function name to substrait function name: true, class name: IncrementMetric. (29) Project: Not supported to map spark function name to substrait function name: cast(age#1633 as bigint), class name: CheckOverflowInTableWrite. == Physical Plan == VeloxColumnarToRow (40) +- AQEShuffleRead (39) +- ShuffleQueryStage (38), Statistics(sizeInBytes=92.0 B, rowCount=2) +- ColumnarExchange (37) +- VeloxResizeBatches (36) +- ^ ProjectExecTransformer (34) +- ^ FilterExecTransformer (33) +- ^ InputIteratorTransformer (32) +- RowToVeloxColumnar (30) +- * Project (29) +- VeloxColumnarToRow (28) +- ^ ShuffledHashJoinExecTransformer FullOuter BuildRight (26) :- ^ InputIteratorTransformer (16) : +- AQEShuffleRead (14) : +- ShuffleQueryStage (13), Statistics(sizeInBytes=62.0 B, rowCount=2) : +- ColumnarExchange (12) : +- VeloxResizeBatches (11) : +- ^ ProjectExecTransformer (9) : +- ^ FilterExecTransformer (8) : +- ^ InputIteratorTransformer (7) : +- RowToVeloxColumnar (5) : +- * Project (4) : +- VeloxColumnarToRow (3) : +- ^ ScanTransformer parquet spark_catalog.offload.source_table (1) +- ^ InputIteratorTransformer (25) +- AQEShuffleRead (23) +- ShuffleQueryStage (22), Statistics(sizeInBytes=47.0 B, rowCount=1) +- ColumnarExchange (21) +- VeloxResizeBatches (20) +- ^ ProjectExecTransformer (18) +- ^ ScanTransformer parquet spark_catalog.offload.target_table (17) ``` -- 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]
