-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Add PrestoConnection getProperties method to presto-jdbc #16329
Add PrestoConnection getProperties method to presto-jdbc #16329
Conversation
2797133
to
a652554
Compare
presto-jdbc/src/main/java/com/facebook/presto/jdbc/PrestoConnection.java
Show resolved
Hide resolved
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.
Small nit. Also be sure to squash commits
presto-jdbc/src/main/java/com/facebook/presto/jdbc/PrestoConnection.java
Outdated
Show resolved
Hide resolved
722cc57
to
dcdd862
Compare
@tdcmeehan I worked on the suggested nit and submitted a new request for review. thx |
@imillan cc @tdcmeehan |
@ajaygeorge |
Introduce a method to access PrestoConnection properties at runtime.
The usecase behind this request is described in issue #16320
Addresses issue #16320
Test plan