[
https://issues.apache.org/jira/browse/HIVE-21727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839575#comment-16839575
]
David Mollitor commented on HIVE-21727:
---------------------------------------
h5. hive.groupby.orderby.position.alias
* Default Value: {{false}}
* Added In: Hive 0.11.0 with HIVE-581
* Deprecated In: Hive 2.2.0 with HIVE-15797
Whether to enable using Column Position Alias in [GROUP
BY|https://cwiki.apache.org/confluence/display/Hive/LanguageManual+GroupBy] and
[ORDER
BY|https://cwiki.apache.org/confluence/display/Hive/LanguageManual+SortBy#LanguageManualSortBy-SyntaxofOrderBy]
clauses of queries (deprecated as of Hive 2.2.0; use
[hive.groupby.position.alias|https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.groupby.position.alias]
and
[hive.orderby.position.alias|https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.orderby.position.alias]
instead).
> 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)