Conversation
(cherry picked from commit de872c4)
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Backport of #9856 to
release-2.1.Cherry-picks upstream commit
de872c4df69f2c03394e2758c3c55659e8f5888cwithout conflicts or additional changes. The backport has the same patch ID as the upstream commit and retains the2.1-SNAPSHOTparent version.Paimon 2.1 contains the OSS presigning changes introduced by #8832. Their bundled dependencies, including Gson 2.8.6, can shadow libraries supplied by an embedding application such as Doris.
This backport uses the existing
PluginLoaderand private-directory isolation mechanism, as inpaimon-oss, for the OSS presigning implementation and its dependencies. It does not introduce another Maven module or change the shared classloader implementation or the Jindo/Hadoop filesystem loading path.Tests
Ran the following on this
release-2.1backport with both JDK 8 and JDK 11:JindoPluginITCasetests.dependency-reduced-pom.xml.git diff --checkpassed.Local verification does not include a live Doris/OSS deployment. The existing native-filesystem fallback unit test was not selected on this macOS/arm64 host; the test remains unchanged and enabled for supported environments.