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

refactor(IcebergTableOperatorUpsert): use DeleteWriteBuilder.forTable instead of setting table params manually #44

Merged

Conversation

racevedoo
Copy link
Collaborator

We were setting the parameters "manually" when there is a forTable
helper in the iceberg API.

Also, this refactors the getDeleteFile to return a Optional,
providing more clarity that there can be no delete file for a given
batch

…e` instead of setting table params manually

We were setting the parameters "manually" when there is a `forTable`
helper in the iceberg API.

Also, this refactors the `getDeleteFile` to return a `Optional`,
providing more clarity that there can be no delete file for a given
batch
@ismailsimsek
Copy link
Member

Nice merged, Thank you @racevedoo

@ismailsimsek ismailsimsek merged commit 0ad4efb into memiiso:master Oct 25, 2021
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.

None yet

2 participants