Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/18075#discussion_r121836537
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
---
@@ -629,7 +730,9 @@ class CodegenContext {
/**
* Splits the generated code of expressions into multiple functions,
because function has
- * 64kb code size limit in JVM
+ * 64kb code size limit in JVM. If the class the function is to be
inlined to would grow beyond
--- End diff --
`If the class the function` -> `If the class with the function`?
---
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]