Skip to content
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

[bug][spark] fix ambiguous __paimon_file_path when merging from paimo… #5026

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Aitozi
Copy link
Contributor

@Aitozi Aitozi commented Feb 6, 2025

…n table

Purpose

Linked issue: close #5024

Tests

API and Format

Documentation

@Aitozi Aitozi requested review from YannByron and Zouxxyy February 6, 2025 07:32
@@ -48,6 +48,28 @@ abstract class MergeIntoTableTestBase extends PaimonSparkTestBase with PaimonTab
}
}

test(s"Paimon MergeInto: two paimon table") {
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry. I can't understand the effect of this PR by this test.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This would merge from one paimon table to another, which will have two paimon source join and can cover the ambiguous __paimon_file_path case

@Aitozi Aitozi requested a review from YannByron February 10, 2025 03:18
@Aitozi
Copy link
Contributor Author

Aitozi commented Feb 12, 2025

@YannByron please help take a look again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Merge into paimon table from another paimon table will have ambiguous __paimon_file_path
2 participants