[jira] [Updated] (SPARK-23986) CompileException when using too many avg aggregation after joining

2018-04-15 Thread Michel Davit (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michel Davit updated SPARK-23986: - Priority: Major (was: Minor) > CompileException when using too many avg aggregation after

[jira] [Created] (SPARK-23986) CompileException when using too many avg aggregation after joining

2018-04-15 Thread Michel Davit (JIRA)
Michel Davit created SPARK-23986: Summary: CompileException when using too many avg aggregation after joining Key: SPARK-23986 URL: https://issues.apache.org/jira/browse/SPARK-23986 Project: Spark

[jira] [Updated] (SPARK-23986) CompileException when using too many avg aggregation after joining

2018-04-16 Thread Michel Davit (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michel Davit updated SPARK-23986: - Description: Considering the following code: {code:java} val df1: DataFrame =

[jira] [Updated] (SPARK-23986) CompileException when using too many avg aggregation after joining

2018-04-16 Thread Michel Davit (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michel Davit updated SPARK-23986: - Attachment: spark-generated.java > CompileException when using too many avg aggregation after

[jira] [Commented] (SPARK-23986) CompileException when using too many avg aggregation after joining

2018-04-16 Thread Michel Davit (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16439318#comment-16439318 ] Michel Davit commented on SPARK-23986: -- I tested on Spark v2.3.0 I attached the generated code: 

[jira] [Updated] (SPARK-23986) CompileException when using too many avg aggregation after joining

2018-04-16 Thread Michel Davit (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michel Davit updated SPARK-23986: - Description: Considering the following code: {code:java} val df1: DataFrame =

[jira] [Commented] (SPARK-23986) CompileException when using too many avg aggregation after joining

2018-04-16 Thread Michel Davit (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16439915#comment-16439915 ] Michel Davit commented on SPARK-23986: -- Thx [~mgaido]. I didn't have time to setup the environment