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.5: Add unit tests for ColumnarBatchUtil #12275

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

anuragmantri
Copy link
Contributor

Fixes: #12054

ColumnarBatchUtil class was added as part of delete logic refactor #11933. This PR adds unit tests for this class and minor refactor of test packages to match with the class.

@github-actions github-actions bot added the spark label Feb 14, 2025
@Test
public void testBuildRowIdMapping() {
when(deleteFilter.hasPosDeletes()).thenReturn(true);
PositionDeleteIndex deletedRowPos = mock(PositionDeleteIndex.class);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure how we can mock the equality deletes as they apply to entire rows. I appreciate any suggestions.

Copy link
Contributor Author

@anuragmantri anuragmantri left a comment

Choose a reason for hiding this comment

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

@huaxingao @aokolnychyi - Could you please take a look?

@anuragmantri anuragmantri force-pushed the columnarbatchutil-tests branch from b514d91 to 6eec97d Compare March 3, 2025 05:25
@anuragmantri anuragmantri force-pushed the columnarbatchutil-tests branch from 6faf072 to 6794c2e Compare March 3, 2025 05:59
Copy link

github-actions bot commented Apr 3, 2025

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add unit tests for ColumnarBatchUtil using mocking
1 participant