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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to