miklosgergely commented on a change in pull request #800: HIVE-22276 Break up 
DDLSemanticAnalyzer - extract View related analyzers
URL: https://github.com/apache/hive/pull/800#discussion_r334498615
 
 

 ##########
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/ddl/DDLSemanticAnalyzerFactory.java
 ##########
 @@ -52,8 +55,11 @@ private DDLSemanticAnalyzerFactory() {
   private static final Map<Integer, Class<? extends BaseSemanticAnalyzer>> 
TYPE_TO_ANALYZER = new HashMap<>();
 
   static {
-    Set<Class<? extends BaseSemanticAnalyzer>> analyzerClasses =
+    Set<Class<? extends BaseSemanticAnalyzer>> analyzerClasses1 =
         new 
Reflections("org.apache.hadoop.hive.ql.ddl").getSubTypesOf(BaseSemanticAnalyzer.class);
 
 Review comment:
   Fixed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to