-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Upgrade Pinot Libraries to 1.1.0 #21234
Conversation
86424c5
to
104461a
Compare
@elonazoulay I've got it mostly working. Legacy (Non-grpc) is failing for 3 tests that I've disabled. Can you take a look? |
|
@xiangfu0 unfortunately this change is not yet ready as I was forced to disable 3 failing tests that are returning incorrect results. Seems like a Pinot bug. |
Thanks, can you link the PRs here? I can help prioritize. |
@xiangfu0 I don't have fix yet, disabled tests are here: https://github.com/trinodb/trino/pull/21234/files#diff-b1808e48847579e72593f11e3128e594b8bf799690a48c1f3bb3319aeffd5231R46 |
plugin/trino-pinot/src/test/java/io/trino/plugin/pinot/TestingPinotCluster.java
Outdated
Show resolved
Hide resolved
plugin/trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotConnectorSmokeTest.java
Show resolved
Hide resolved
...trino-pinot/src/test/java/io/trino/plugin/pinot/TestPinotLatestNoGrpcConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
Yessir! |
This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua |
Locally tests are passing:
Great work @elonazoulay 🎉 This is the last outdated Trino plugin. |
...trino-pinot/src/test/java/io/trino/plugin/pinot/TestPinotLatestNoGrpcConnectorSmokeTest.java
Show resolved
Hide resolved
Co-authored-by: Elon Azoulay <[email protected]>
<dep.pinot.version>1.1.0</dep.pinot.version> | ||
<!-- additional JVM flags required by chronicle-hft which is used by pinot-segment spi --> | ||
<air.test.jvm.additional-arguments>${air.test.jvm.additional-arguments.default} | ||
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED</air.test.jvm.additional-arguments> |
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.
We should document this option in pinot.md. Follow-up is fine.
Description
Fixes #19919
Additional context and related issues
Release notes
( ) This is not user-visible or is docs only, 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: