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: [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]

Reply via email to