[
https://issues.apache.org/jira/browse/HIVE-21727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839530#comment-16839530
]
David Mollitor commented on HIVE-21727:
---------------------------------------
{code:sql}
SELECT int_col / 2, sum(x)
FROM t
GROUP BY 1;
{code}
> Allow For Ordinal Substitution
> -------------------------------
>
> Key: HIVE-21727
> URL: https://issues.apache.org/jira/browse/HIVE-21727
> Project: Hive
> Issue Type: New Feature
> Components: Query Processor
> Affects Versions: 4.0.0, 3.2.0
> Reporter: David Mollitor
> Priority: Major
>
> Impala allows for ordinal substitution. Add a compatible feature to Hive to
> allow Hive to be more compatible with Impala. Allows for more of a drop-in
> replacement.
> [IMPALA-8548]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)