[
https://issues.apache.org/jira/browse/SPARK-17034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wenchen Fan resolved SPARK-17034.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.1.0
Issue resolved by pull request 14616
[https://github.com/apache/spark/pull/14616]
> Ordinal in ORDER BY or GROUP BY should be treated as an unresolved expression
> -----------------------------------------------------------------------------
>
> Key: SPARK-17034
> URL: https://issues.apache.org/jira/browse/SPARK-17034
> Project: Spark
> Issue Type: Bug
> Reporter: Sean Zhong
> Fix For: 2.1.0
>
>
> Ordinals in GROUP BY or ORDER BY like "1" in "order by 1" or "group by 1"
> should be considered as unresolved before analysis. But in current code, it
> uses "Literal" expression to store the ordinal. This is inappropriate as
> "Literal" itself is a resolved expression, it gives the user a wrong message
> that the ordinals has already been resolved.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]