turboFei commented on code in PR #4965:
URL: https://github.com/apache/kyuubi/pull/4965#discussion_r1230576190
##########
kyuubi-hive-beeline/src/main/java/org/apache/hive/beeline/KyuubiBeeLine.java:
##########
@@ -155,7 +182,7 @@ int initArgs(String[] args) {
DynMethods.builder("defaultBeelineConnect")
.hiddenImpl(BeeLine.class, CommandLine.class)
.buildChecked(this)
- .invoke(beelineParser, cl);
+ .invoke(cl);
Review Comment:
could you help check why the GA pass and did not detect this issue?
It helps a lot to prevent it happens again.
--
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]