-
Notifications
You must be signed in to change notification settings - Fork 378
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
[Subtask] support iceberg metadataColumns #2587
Comments
caican00
added a commit
to caican00/gravitino
that referenced
this issue
Mar 28, 2024
caican00
added a commit
to caican00/gravitino
that referenced
this issue
Mar 28, 2024
caican00
added a commit
to caican00/gravitino
that referenced
this issue
Mar 28, 2024
caican00
added a commit
to caican00/gravitino
that referenced
this issue
Mar 28, 2024
caican00
added a commit
to caican00/gravitino
that referenced
this issue
Mar 28, 2024
caican00
added a commit
to caican00/gravitino
that referenced
this issue
Mar 28, 2024
FANNG1
pushed a commit
that referenced
this issue
Apr 24, 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
added a commit
to caican00/gravitino
that referenced
this issue
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 issue
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.
jerryshao
pushed a commit
that referenced
this issue
Apr 24, 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.
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
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
Describe the subtask
support iceberg metadata columns, such as
_spec_id
,_partition
,_file
, etc.Parent issue
#1571
The text was updated successfully, but these errors were encountered: