soumyakanti3578 commented on code in PR #6482:
URL: https://github.com/apache/hive/pull/6482#discussion_r3282689274


##########
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java:
##########
@@ -15527,4 +15522,14 @@ public void startAnalysis() {
       queryState.createHMSCache();
     }
   }
+
+  /**
+   * Utility method to determine if an AST node represents a lateral view or 
lateral view outer.
+   * @param node AST node
+   * @return true if node is of lateral view or lateral view outer; false 
otherwise.
+   */
+  public static boolean isASTNodeLateralViewOrOuter(ASTNode node) {

Review Comment:
   Yes, I can rename this method in the next commit. 👍🏼 



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

To unsubscribe, e-mail: [email protected]

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