-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature][trino-python-client] add new trino python client && support trino set session. #3831
[feature][trino-python-client] add new trino python client && support trino set session. #3831
Conversation
19f1eaa
to
d512114
Compare
53db1b1
to
bb2ccfc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zhuzhengjun01 thanks for the contribution. Can you explain the need for a new trino client, given that a trino client was recently added to Hue?
~
Outdated
@@ -0,0 +1,30 @@ | |||
pick 8e73ecf23f [feature][trino-python-client] add new trino python client && support trino set session |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file came by a mistake. Please check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file came by a mistake. Please check.
Sry I will remove this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file has been removed, may caused by git rebase
Thanks for your reply~ issue: #3223 |
bb2ccfc
to
2d3a5a2
Compare
… trino set session
28a86cc
to
f633a4a
Compare
This PR is stale because it has been open 45 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days. |
What changes were proposed in this pull request?
Added a new trino python client to support the execution of commands such as trino set sessions through the python client
How was this patch tested?
it is test by manual tests, however,this code if forked from hue , and most of the code come from hue original