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

[#2587] feat(spark-connector): Support iceberg metadataColumns #3180

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

caican00
Copy link
Collaborator

What changes were proposed in this pull request?

Support retrieve iceberg metadataColumns, such as _spec_id,
_partition, _file, _pos, _deleted.

Why are the changes needed?

Support retrieve iceberg metadataColumns, row-level operations depend on
this.

Fix: #2587

Does this PR introduce any user-facing change?

No.

How was this patch tested?

New integration test.

@caican00 caican00 changed the base branch from main to branch-0.5 April 24, 2024 11:56
…pache#2717)

### What changes were proposed in this pull request?
Support retrieve iceberg metadataColumns, such as `_spec_id`,
`_partition`, `_file`, `_pos`, `_deleted`.

### Why are the changes needed?

Support retrieve iceberg metadataColumns, row-level operations depend on
this.

Fix: apache#2587

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?

New integration test.
@caican00 caican00 force-pushed the branch-0.5-metadatas branch from 58b017e to b0ef1af Compare April 24, 2024 11:59
@caican00
Copy link
Collaborator Author

cc @FANNG1

@caican00 caican00 changed the title [#2587] feat(spark-connector): Support iceberg metadataColumns (#2717) [#2587] feat(spark-connector): Support iceberg metadataColumns Apr 24, 2024
@jerryshao jerryshao merged commit e2778d7 into apache:branch-0.5 Apr 24, 2024
22 checks passed
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.

[Subtask] support iceberg metadataColumns
3 participants