zhztheplayer opened a new issue, #8281: URL: https://github.com/apache/incubator-gluten/issues/8281
### Backend VL (Velox) ### Bug description When Gluten is built without `-P delta` but is used together with Delta, unexpected behavior will be led. For example, sometime Spark may returns empty query result without raising any error when querying Delta table. The bug may be introduced in https://github.com/apache/incubator-gluten/pull/5902 with code change https://github.com/apache/incubator-gluten/pull/5902/files#diff-f58482d3ff41ef254438ca05c69314ee96494069e90812ada3cb328e8d3e4f9fR183-R189. The expected behavior should be making the Delta scan fallback to vanilla Spark. ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs _No response_ -- 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]
