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] Adds and Sets catalogTable Member on DML Commands #2108

Closed

Conversation

LukasRupprecht
Copy link
Contributor

@LukasRupprecht LukasRupprecht commented Sep 26, 2023

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

This PR adds a catalogTable member to UPDATE, DELETE, and MERGE commands. This catalogTable member is then passed to the transaction these commands create so that it is later accessible in the Iceberg conversion that Uniform performs. This is necessary so Uniform can correctly retrieve and update a table from HMS.

This PR is part of #2105.

How was this patch tested?

Adapted existing unit tests. This is mainly a refactoring change so existing unit test coverage is sufficient.

Does this PR introduce any user-facing changes?

No

@lzlfred
Copy link
Contributor

lzlfred commented Sep 26, 2023

very nice !

@LukasRupprecht LukasRupprecht deleted the dml-catalog-table branch April 3, 2024 00:18
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.

3 participants