pan3793 commented on code in PR #6906: URL: https://github.com/apache/kyuubi/pull/6906#discussion_r1947841748
########## python/pyhive/sqlalchemy_hive.py: ########## @@ -421,6 +421,7 @@ def create_connect_args(self, url): "scheme": self.scheme, "username": url.username or None, "password": url.password or None, + 'database': url.database or 'default', Review Comment: ```suggestion "database": url.database or "default", ``` -- 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-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org