Skip to content

Upgrade Pinot libraries to 0.11.0#14090

Merged
martint merged 3 commits intotrinodb:masterfrom
elonazoulay:pinot11
Oct 8, 2022
Merged

Upgrade Pinot libraries to 0.11.0#14090
martint merged 3 commits intotrinodb:masterfrom
elonazoulay:pinot11

Conversation

@elonazoulay
Copy link
Copy Markdown
Member

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:

# Section
* Fix some things. ({issue}`issuenumber`)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What library is contributing the duplicates? Can we improve this by shading upstream?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw the warning of duplicate same version. So I feel it's safe to ignore

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably extract this specific case to new test method and override it in <0.11?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be removed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's safer to keep it, to verify the behavior? Or did you mean just remove the comment?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant 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";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lower bound of supported versions is now 0.10? Please update pinot.rst too accordingly.

@bagipriyank
Copy link
Copy Markdown

any updates on this pr?

@github-actions github-actions bot added the docs label Oct 8, 2022
@martint martint merged commit 0374342 into trinodb:master Oct 8, 2022
@github-actions github-actions bot added this to the 400 milestone Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

5 participants