LuciferYang commented on PR #48466:
URL: https://github.com/apache/spark/pull/48466#issuecomment-2575900378

   
https://github.com/apache/spark/blob/be0ae1388cd87d8264bdcb41332d18961c1b592d/sql/core/src/test/scala/org/apache/spark/sql/execution/SubExprEliminationBenchmark.scala#L80-L86
   
   If `numCols` is reduced to 330, the `SubExprEliminationBenchmark` can be 
executed successfully, but this is already pushing the limit. Exceeding 330 
will cause the generated Java code for this case to exceed the 64kb limit. I am 
currently using GA  to run `SubExprEliminationBenchmark` with `val numCols = 
330` to determine if the comparison data in the `SubExprEliminationBenchmark` 
meets expectations:
   
   - https://github.com/LuciferYang/spark/actions/runs/12656318624
   


-- 
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]

Reply via email to