[
https://issues.apache.org/jira/browse/HIVE-27512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on HIVE-27512 started by Mahesh Raju Somalaraju.
-----------------------------------------------------
> CalciteSemanticException.UnsupportedFeature enum to capital
> -----------------------------------------------------------
>
> Key: HIVE-27512
> URL: https://issues.apache.org/jira/browse/HIVE-27512
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: Mahesh Raju Somalaraju
> Priority: Major
> Labels: newbie
>
> https://github.com/apache/hive/blob/3bc62cbc2d42c22dfd55f78ad7b41ec84a71380f/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CalciteSemanticException.java#L32-L39
> {code}
> public enum UnsupportedFeature {
> Distinct_without_an_aggreggation, Duplicates_in_RR,
> Filter_expression_with_non_boolean_return_type,
> Having_clause_without_any_groupby, Invalid_column_reference,
> Invalid_decimal,
> Less_than_equal_greater_than, Others, Same_name_in_multiple_expressions,
> Schema_less_table, Select_alias_in_having_clause, Select_transform,
> Subquery,
> Table_sample_clauses, UDTF, Union_type, Unique_join,
> HighPrecissionTimestamp // CALCITE-1690
> };
> {code}
> this just hurts my eyes, I expect it as DISTINCT_WITHOUT_AN_AGGREGATION ...
--
This message was sent by Atlassian Jira
(v8.20.10#820010)