zml1206 opened a new issue, #8596: URL: https://github.com/apache/incubator-gluten/issues/8596
### Backend VL (Velox) ### Bug description Currently, set the fallback reason to logical plan https://github.com/apache/incubator-gluten/blob/0f4489aeccb691abc2f739b7d7a1f4cb0037c093/gluten-substrait/src/main/scala/org/apache/spark/sql/execution/GlutenFallbackReporter.scala#L54-L69. There is a problem with this, SparkPlan without logicalLink does not show correct fallback reason on UI. Some additional nodes may be generated in gluten's rules, such as project generated by PushDownInputFileExpression. ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs ```bash ``` -- 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]
