[ https://issues.apache.org/jira/browse/SPARK-11376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Cheng Lian updated SPARK-11376: ------------------------------- Description: There are two {{mutableRow}} fields in the generated code within {{GenerateColumnAccessor.create()}} method. However, Janino happily accepted this code and accidentally operates normally. After some experiments, it turned out that Janino doesn't complain as long as all the fields with the same name are null. was: 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. > 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 > > There are two {{mutableRow}} fields in the generated code within > {{GenerateColumnAccessor.create()}} method. However, Janino happily accepted > this code and accidentally operates normally. > 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