Fei Wang created SPARK-7659:
-------------------------------

             Summary: Sort by attributes that are not present in the SELECT 
clause when there is windowfunction analysis error
                 Key: SPARK-7659
                 URL: https://issues.apache.org/jira/browse/SPARK-7659
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.3.1
            Reporter: Fei Wang


flowing sql get error:
select month,
sum(product) over (partition by month)
from windowData order by area



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to