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

add assertions in TestRowDelta #11594

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

Conversation

sullis
Copy link
Contributor

@sullis sullis commented Nov 19, 2024

No description provided.

@github-actions github-actions bot added the core label Nov 19, 2024
@@ -74,6 +74,9 @@ public void addOnlyDeleteFilesProducesDeleteOperation() {
assertThat(snap.sequenceNumber()).isEqualTo(1);
assertThat(snap.operation()).isEqualTo(DataOperations.DELETE);
assertThat(snap.deleteManifests(table.io())).hasSize(1);
assertThat(snap.dataManifests(table.io())).hasSize(0);
Copy link
Contributor

Choose a reason for hiding this comment

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

is this necessary here? the main purpose of the test is to verify that it produces DataOperations.DELETE when adding deletes only

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