Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19021#discussion_r134657177
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -577,10 +577,10 @@ object SQLConf {
.doc("The maximum lines of a single Java function generated by
whole-stage codegen. " +
"When the generated function exceeds this threshold, " +
"the whole-stage codegen is deactivated for this subtree of the
current query plan. " +
- "The default value 2667 is the max length of byte code JIT supported
" +
- "for a single function(8000) divided by 3.")
+ "The default value 4000 is the max length of byte code JIT supported
" +
+ "for a single function(8000) divided by 2.")
.intConf
- .createWithDefault(2667)
--- End diff --
YES.... Just double check it. The default of `HugeMethodLimit`is 8000...
Thanks!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]