Skip to content

General support for metadata columns + implementation for _pos#1791

Closed
vustef wants to merge 8 commits intoapache:mainfrom
RelationalAI:vs-row-numbers
Closed

General support for metadata columns + implementation for _pos#1791
vustef wants to merge 8 commits intoapache:mainfrom
RelationalAI:vs-row-numbers

Conversation

@vustef
Copy link
Copy Markdown

@vustef vustef commented Oct 27, 2025

Which issue does this PR close?

#1765

  • Closes #.

What changes are included in this PR?

Are these changes tested?

///
/// Metadata columns are virtual columns that provide metadata about the rows,
/// such as file paths or row positions. These come from https://iceberg.apache.org/spec/#identifier-field-ids
pub fn with_metadata_columns(mut self, metadata_columns: Vec<String>) -> Self {
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need some validation here, for allowed column names. Or type safety, to pick columns from enum (possibly preventing duplication?)

Copy link
Copy Markdown
Contributor

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar comments here: #1824 (review)

@vustef
Copy link
Copy Markdown
Author

vustef commented Nov 20, 2025

Blueprint of how we're thinking about this: RelationalAI#14

@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions Bot added the stale label Feb 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 6, 2026

This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions Bot closed this Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants