marin-ma opened a new issue, #11251: URL: https://github.com/apache/incubator-gluten/issues/11251
### Backend VL (Velox) ### Bug description In vanilla spark, the stage id of the `WholeStageCodegenExec` always starts with 1 in each SQL query <img width="858" height="908" alt="Image" src="https://github.com/user-attachments/assets/3ca3dff2-18c9-4581-bc89-5bb3b47df842" /> However in Gluten, the stage id is generated from a global counter, which accumulates across different queries. This number can grow very large in a long running spark session. <img width="749" height="919" alt="Image" src="https://github.com/user-attachments/assets/1835f4af-79b7-47e6-b42c-8c4f430f4269" /> ### Gluten version _No response_ ### 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]
