deniskuzZ commented on code in PR #5537:
URL: https://github.com/apache/hive/pull/5537#discussion_r1838753060
##########
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java:
##########
@@ -12292,10 +12292,10 @@ Operator genPlan(QB qb) throws SemanticException {
}
@SuppressWarnings("nls")
- private Operator genPlan(QB qb, boolean skipAmbiguityCheck)
+ private Operator genPlan(QB qbParam, boolean skipAmbiguityCheck)
Review Comment:
minor: i don't think renaming has some advantages here, however, could
create conflicts during backport.
--
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]