----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10771/ -----------------------------------------------------------
Review request for hive. Description ------- HiveOperation.ALTERVIEW_RENAME was missing. I added it on HiveOperation and SemanticAnalyzerFactory. Also I added a test to reproduce the error as Ashutosh Chauhan mentioned and it was fixed. Please read https://issues.apache.org/jira/browse/HIVE-3846 for more details. This addresses bug HIVE-3846. https://issues.apache.org/jira/browse/HIVE-3846 Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzerFactory.java e89f580 ql/src/java/org/apache/hadoop/hive/ql/plan/HiveOperation.java 4b1c429 ql/src/test/queries/clientpositive/authorization_8.q PRE-CREATION Diff: https://reviews.apache.org/r/10771/diff/ Testing ------- Thanks, Teddy Choi