zsmj2017 opened a new issue, #8063: URL: https://github.com/apache/incubator-gluten/issues/8063
### Backend VL (Velox) ### Bug description Currently, while executing vectorized etls, we unexpectedly found that inputIteratorTransformer is consuming a significant amount of CPU time. The Spark UI is as follows: <img width="409" alt="image" src="https://github.com/user-attachments/assets/f7e8fe31-efa5-48fc-a4a7-3e5c4fd540b1"> <img width="419" alt="image" src="https://github.com/user-attachments/assets/944ec844-2fa1-4edf-9dd6-b814864f1158"> <img width="452" alt="image" src="https://github.com/user-attachments/assets/1120adc6-9900-423a-82cc-8d2771c0e9c1"> The image shows the process from Table Scan to inputIteratorTransformer. inputIteratorTransformer includes the total execution time of all previous operators, but from the CPU time perspective, it doesn’t seem to be the case. Spark version: spark-3.0 Gluten version: branch-1.2 ### 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]
