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

[WIP] Spark: DVs + Positional Deletes #11545

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

Conversation

nastra
Copy link
Contributor

@nastra nastra commented Nov 14, 2024

this is part of #11122

@nastra nastra force-pushed the position-delete-tests branch 2 times, most recently from c26e928 to 10e0f33 Compare November 19, 2024 10:50
Column joinCond = posDeletes.col("file_path").equalTo(dataFiles.col("file_path"));
Column joinCond =
posDeletes
.col(MetadataColumns.DELETE_FILE_PATH.name())
Copy link
Contributor Author

Choose a reason for hiding this comment

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

mainly to make it easier to see that those columns refer to the ones from the PositionDeletesTable

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.

1 participant