You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2015/10/28 15:11:27 UTC

[jira] [Created] (SPARK-11376) Invalid generated Java code in GenerateColumnAccessor

Cheng Lian created SPARK-11376:
----------------------------------

             Summary: Invalid generated Java code in GenerateColumnAccessor
                 Key: SPARK-11376
                 URL: https://issues.apache.org/jira/browse/SPARK-11376
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.6.0
            Reporter: Cheng Lian
            Assignee: Cheng Lian
            Priority: Minor


There are two {{mutableRow}} fields in the generated code within {{GenerateColumnAccessor.create()}} method. However, Janino happily accepted this code and operates normally. (That's why this bug is marked as minor.)

After some experiments, it turned out that Janino doesn't complain as long as all the fields with the same name are null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org