[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-14 Thread Xiao Li (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579967#comment-16579967 ] Xiao Li commented on SPARK-25051: - [~mgaido] This breaks the backport rule. We are unable to remove

[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-14 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579526#comment-16579526 ] Apache Spark commented on SPARK-25051: -- User 'mgaido91' has created a pull request for this issue:

[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-14 Thread Marco Gaido (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579514#comment-16579514 ] Marco Gaido commented on SPARK-25051: - This was caused by the introduction of AnalysisBarrier. I

[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-14 Thread Marco Gaido (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579444#comment-16579444 ] Marco Gaido commented on SPARK-25051: - cc [~jerryshao] shall we set it as a blocker for 2.3.2? >

[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-13 Thread Yuming Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579181#comment-16579181 ] Yuming Wang commented on SPARK-25051: - Yes. The bug still exists. I can reproduced by: {code:scala}

[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-13 Thread MIK (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16578752#comment-16578752 ] MIK commented on SPARK-25051: - Thanks [~yumwang] , with 2.3.2-rc4 the error is gone now but the result is

[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-11 Thread Yuming Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16577401#comment-16577401 ] Yuming Wang commented on SPARK-25051: - Can you it with Spark [2.3.2-rc4 

[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-10 Thread MIK (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16576576#comment-16576576 ] MIK commented on SPARK-25051: - Any update on this issue ? thanks. > where clause on dataset gives

[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-08 Thread MIK (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573915#comment-16573915 ] MIK commented on SPARK-25051: - I have added a sample program which shows this issue: Works fine with Spark

[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-08 Thread MIK (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16573898#comment-16573898 ] MIK commented on SPARK-25051: - df1 and df2, both are reading from S3 files df1 =

[jira] [Commented] (SPARK-25051) where clause on dataset gives AnalysisException

2018-08-07 Thread Hyukjin Kwon (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16572571#comment-16572571 ] Hyukjin Kwon commented on SPARK-25051: -- Can you post some codes for df1 and df2 as well? > where