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 #2717

Merged
merged 230 commits into from
Apr 24, 2024

Conversation

caican00
Copy link
Collaborator

@caican00 caican00 commented Mar 28, 2024

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 and others added 30 commits March 15, 2024 15:15
@caican00
Copy link
Collaborator Author

this PR is ready for review after iceberg partition PR is merged. cc @FANNG1
And could you help review this PR if you are free? Thank you.

@caican00
Copy link
Collaborator Author

Hi @FANNG1 , may i ask do you have time to help review this PR today? Thanks

@FANNG1
Copy link
Contributor

FANNG1 commented Apr 22, 2024

Hi @FANNG1 , may i ask do you have time to help review this PR today? Thanks

I'm afraid I didn't have enough time to review this PR for preparing 0.5 releases.

@caican00
Copy link
Collaborator Author

Hi @FANNG1 , may i ask do you have time to help review this PR today? Thanks

I'm afraid I didn't have enough time to review this PR for preparing 0.5 releases.

ok. maybe we can review it after 0.5.0 released, Thank you.

@caican00
Copy link
Collaborator Author

Hi @FANNG1 , may i ask do you have time to help review this PR today? Thanks

I'm afraid I didn't have enough time to review this PR for preparing 0.5 releases.

ok. maybe we can review it after 0.5.0 released, Thank you.

Hi @FANNG1 may i ask do you have time to help review this PR? Thank you.

@caican00
Copy link
Collaborator Author

all comments have been addressed. cc @FANNG1

@FANNG1
Copy link
Contributor

FANNG1 commented Apr 24, 2024

LGTM

@FANNG1 FANNG1 merged commit b11c739 into apache:main Apr 24, 2024
22 checks passed
@FANNG1
Copy link
Contributor

FANNG1 commented Apr 24, 2024

@caican00 merged to main, thanks for your work

@jerryshao
Copy link
Contributor

@caican00 would you please cherry-pick this commit to branch-0.5, and create a similar PR against branch-0.5. I'm planning to add a complete iceberg support in 0.5.1.

caican00 added a commit to caican00/gravitino that referenced this pull request Apr 24, 2024
…pache#2717)

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

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

Fix: apache#2587

No.

New integration test.
caican00 added a commit to caican00/gravitino that referenced this pull request Apr 24, 2024
…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
Copy link
Collaborator Author

caican00 commented Apr 24, 2024

@caican00 would you please cherry-pick this commit to branch-0.5, and create a similar PR against branch-0.5. I'm planning to add a complete iceberg support in 0.5.1.

got it. done

diqiu50 pushed a commit to diqiu50/gravitino that referenced this pull request Jun 13, 2024
…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.
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