fang fang chen created SPARK-14887:
--------------------------------------
Summary: Generated SpecificUnsafeProjection Exceeds JVM Code Size
Limits
Key: SPARK-14887
URL: https://issues.apache.org/jira/browse/SPARK-14887
Project: Spark
Issue Type: Bug
Components: SQL
Affects Versions: 1.5.2
Reporter: fang fang chen
Similiar issue with SPARK-14138 and SPARK-8443:
With large sql syntax(673K), following error happened:
Caused by: org.codehaus.janino.JaninoRuntimeException: Code of method
"(Lorg/apache/spark/sql/catalyst/expressions/GeneratedClass$SpecificUnsafeProjection;Lorg/apache/spark/sql/catalyst/InternalRow;)V"
of class
"org.apache.spark.sql.catalyst.expressions.GeneratedClass$SpecificUnsafeProjection"
grows beyond 64 KB
at org.codehaus.janino.CodeContext.makeSpace(CodeContext.java:941)
at org.codehaus.janino.CodeContext.write(CodeContext.java:854)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]