Github user kapilsingh5050 commented on a diff in the pull request:
https://github.com/apache/spark/pull/16244#discussion_r91829731
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CodeGenerationSuite.scala
---
@@ -98,20 +98,15 @@ class CodeGenerationSuite extends SparkFunSuite with
ExpressionEvalHelper {
}
test("SPARK-18091: split large if expressions into blocks due to JVM
code size limit") {
--- End diff --
This test simulates the scenario where large code for components of If
expression causes JVM's method code size limit to be hit. So the point of
having this test is if it fails before the fix for SPARK-18091 was committed
and it passes afterwards.
---
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]