LuciferYang commented on PR #49411: URL: https://github.com/apache/spark/pull/49411#issuecomment-2577520123
before: [code-gen-before.txt](https://github.com/user-attachments/files/18347006/code-gen-before.txt) after:[after-code-gen.txt](https://github.com/user-attachments/files/18347019/after-code-gen.txt) It can be seen that after `from_json ` enabling codegen, an huge `processNext` method is generated for filter. I suspect that this method is the reason why JIT cannot optimize it. -- 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]
