You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/07/08 03:46:51 UTC

[GitHub] [incubator-kyuubi] jiaoqingbo commented on issue #3030: [Bug] `bin/beeline` without `-u` exits unexpectedly

jiaoqingbo commented on issue #3030:
URL: https://github.com/apache/incubator-kyuubi/issues/3030#issuecomment-1178513371

   KyuubiBeeLine.java Line 154 
   connSuccessful = (boolean) defaultBeelineConnectMethod.invoke(this);
   should be changed to 
   connSuccessful = (boolean) defaultBeelineConnectMethod.invoke(this,cl);


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org