Upgrade Pinot libraries to 0.11.0#14090
Conversation
24b8840 to
83aa956
Compare
plugin/trino-pinot/pom.xml
Outdated
There was a problem hiding this comment.
What library is contributing the duplicates? Can we improve this by shading upstream?
There was a problem hiding this comment.
I saw it one due to the recent helix-core upgrade to 1.0.4. It brings several helix-* and they become duplicate each other, which I don't know the reason
There was a problem hiding this comment.
I saw the warning of duplicate same version. So I feel it's safe to ignore
plugin/trino-pinot/src/main/java/io/trino/plugin/pinot/client/PinotGrpcDataFetcher.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Probably extract this specific case to new test method and override it in <0.11?
There was a problem hiding this comment.
Maybe it's safer to keep it, to verify the behavior? Or did you mean just remove the comment?
TestPinotWithoutAuthenticationIntegrationLatestVersionConnectorSmokeTest had a typo in the name.
| public static final String PINOT_LATEST_IMAGE_NAME = "apachepinot/pinot:0.10.0"; | ||
| public static final String PINOT_PREVIOUS_IMAGE_NAME = "apachepinot/pinot:0.9.3-jdk11"; | ||
| public static final String PINOT_LATEST_IMAGE_NAME = "apachepinot/pinot:0.11.0"; | ||
| public static final String PINOT_PREVIOUS_IMAGE_NAME = "apachepinot/pinot:0.10.0"; |
There was a problem hiding this comment.
lower bound of supported versions is now 0.10? Please update pinot.rst too accordingly.
|
any updates on this pr? |
Description
Non-technical explanation
Release notes
( ) This is not user-visible and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text: