-
Notifications
You must be signed in to change notification settings - Fork 237
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
[CALCITE-6669] Httpcore/Httpclient not relocated in shaded Avatica jar #261
Conversation
@@ -69,7 +69,7 @@ tasks { | |||
listOf( | |||
"com.fasterxml.jackson", | |||
"com.google.protobuf", | |||
"org.apache.http", | |||
"org.apache.hc", |
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.
Could we add a test for it? (Apache Arrow has this test for their FlightSQL JDBC driver -> https://github.com/apache/arrow/blob/00e7c65e17f7d59f7c9954473b15b8ffae8dfd1a/java/flight/flight-sql-jdbc-driver/src/test/java/org/apache/arrow/driver/jdbc/ITDriverJarValidation.java#L114
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.
ping @stoty
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 will look into adding a test.
I have added the tests @laurentgo @F21 . |
This is ready for review @zabetak . |
merged manually |
No description provided.