You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by "pan3793 (via GitHub)" <gi...@apache.org> on 2023/06/14 09:45:41 UTC

[GitHub] [kyuubi] pan3793 commented on a diff in pull request #4960: [DOC] Fix doc for pyhive client.

pan3793 commented on code in PR #4960:
URL: https://github.com/apache/kyuubi/pull/4960#discussion_r1229325452


##########
docs/client/python/pyhive.md:
##########
@@ -64,7 +64,7 @@ If password is provided for connection, make sure the `auth` param set to either
 
 ```python
 # open connection
-conn = hive.Connection(host=kyuubi_host,port=10009, 
-user='user', password='password', auth='CUSTOM')
+conn = hive.Connection(host=kyuubi_host, port=10009, 
+       username='user', password='password', auth='CUSTOM')

Review Comment:
   ```suggestion
   conn = hive.Connection(host=kyuubi_host, port=10009, 
                          username='user', password='password', auth='CUSTOM')
   ```



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