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

Spark 3.4: Propagate snapshot properties / Add max allowed failed commits #12632

Merged

Conversation

nastra
Copy link
Contributor

@nastra nastra commented Mar 24, 2025

this backports #9449 and #9611 to Spark 3.4

@github-actions github-actions bot added the spark label Mar 24, 2025
@nastra nastra requested a review from Fokko March 24, 2025 10:35
@nastra nastra force-pushed the spark34-propagate-snapshot-properties branch from 3e65419 to de14f34 Compare March 24, 2025 10:41
assertEquals("Rows", expectedRecords, actualRecords);
assertEquals("Position deletes", expectedDeletes, actualDeletes);
assertEquals("Rows must match", expectedRecords, actualRecords);
assertEquals("Position deletes must match", expectedDeletes, actualDeletes);
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 corrects and aligns the code with Spark 3.4

@nastra nastra force-pushed the spark34-propagate-snapshot-properties branch from de14f34 to 851595e Compare March 24, 2025 10:43
@nastra nastra requested a review from amogh-jahagirdar March 24, 2025 14:41
@amogh-jahagirdar
Copy link
Contributor

Thanks @nastra!

@amogh-jahagirdar amogh-jahagirdar merged commit 50c8697 into apache:main Mar 24, 2025
27 checks passed
@nastra nastra deleted the spark34-propagate-snapshot-properties branch March 24, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants