[
https://issues.apache.org/jira/browse/HIVE-25728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Soumyakanti Das updated HIVE-25728:
-----------------------------------
Description: The {{columnName}} is escaped twice in
{{ColumnStatsSemanticAnalyzer}} at [line
261|https://github.com/apache/hive/blob/934faa73c56920fa19f86da53b5daa5bf7c98ef4/ql/src/java/org/apache/hadoop/hive/ql/parse/ColumnStatsSemanticAnalyzer.java#L261],
which can cause ParseException. Potential solution is to simply not escape it
second time. (was: The {{columnName}} is escaped twice in
{{ColumnStatsSemanticAnalyzer}} at [line
262|https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/parse/ColumnStatsSemanticAnalyzer.java#L262],
which can cause ParseException. Potential solution is to simply not escape it
second time.)
> ParseException while gathering Column Stats
> -------------------------------------------
>
> Key: HIVE-25728
> URL: https://issues.apache.org/jira/browse/HIVE-25728
> Project: Hive
> Issue Type: Bug
> Reporter: Soumyakanti Das
> Priority: Major
>
> The {{columnName}} is escaped twice in {{ColumnStatsSemanticAnalyzer}} at
> [line
> 261|https://github.com/apache/hive/blob/934faa73c56920fa19f86da53b5daa5bf7c98ef4/ql/src/java/org/apache/hadoop/hive/ql/parse/ColumnStatsSemanticAnalyzer.java#L261],
> which can cause ParseException. Potential solution is to simply not escape
> it second time.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)