-
Notifications
You must be signed in to change notification settings - Fork 7
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
Updated all according to the view and updated CI as well #13
Updated all according to the view and updated CI as well #13
Conversation
if (snowflakeConfig.getHTTPProxy().isPresent()) { | ||
String proxy = snowflakeConfig.getHTTPProxy().get(); | ||
|
||
URL url = new URL(proxy); |
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.
Why was this removed?
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.
Because the reviewer said that these config properties are not tested and remove them from the initial PR.
Ref: https://github.com/trinodb/trino/pull/17909/files#r1230256442
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 reverted it back.
3f04173
to
bd0ec33
Compare
Closed it because it was merged at #14 |
I updated all the open issues according to the view and updated CI as well.