jcamachor commented on a change in pull request #1892:
URL: https://github.com/apache/hive/pull/1892#discussion_r569947228



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/parse/type/TypeCheckProcFactory.java
##########
@@ -1632,4 +1641,19 @@ public static String getFunctionText(ASTNode expr, 
boolean isFunction) {
     return BaseSemanticAnalyzer.unescapeIdentifier(funcText);
   }
 
+  private SemanticNodeProcessor getValueAliasProcessor() {
+    return new ValueAliasProcessor();
+  }
+
+  public static final Object ALIAS_PLACEHOLDER = new Object();

Review comment:
       Can we reduce the visibility of this object?




----------------------------------------------------------------
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]



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

Reply via email to