[jira] [Updated] (SPARK-17863) SELECT distinct does not work if there is a order by clause

2016-10-14 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai updated SPARK-17863: - Assignee: Davies Liu > SELECT distinct does not work if there is a order by clause >

[jira] [Updated] (SPARK-17863) SELECT distinct does not work if there is a order by clause

2016-10-14 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai updated SPARK-17863: - Description: {code} select distinct struct.a, struct.b from ( select named_struct('a', 1, 'b', 2, 'c',

[jira] [Updated] (SPARK-17863) SELECT distinct does not work if there is a order by clause

2016-10-12 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai updated SPARK-17863: - Priority: Blocker (was: Critical) > SELECT distinct does not work if there is a order by clause >

[jira] [Updated] (SPARK-17863) SELECT distinct does not work if there is a order by clause

2016-10-11 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai updated SPARK-17863: - Description: {code} select distinct struct.a, struct.b from ( select named_struct('a', 1, 'b', 2, 'c',

[jira] [Updated] (SPARK-17863) SELECT distinct does not work if there is a order by clause

2016-10-10 Thread Yin Huai (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yin Huai updated SPARK-17863: - Labels: correctness (was: ) > SELECT distinct does not work if there is a order by clause >