yma11 opened a new pull request, #5246: URL: https://github.com/apache/incubator-gluten/pull/5246
## What changes were proposed in this pull request? There is an optimization that eliminate common expression between scan and filter, but it doesn't apply on `IcebergScanTransformer`/`DeltaScanTransformer ` as they are not inherited from `BasicScanExecTransformer`. This PR will address this issue. ## How was this patch tested? CI (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) -- 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]
