Skip to content

refactor: expose snapshot utilities in a public header - #932

Open
zhjwpku wants to merge 1 commit into
apache:mainfrom
zhjwpku:refactor/snapshot-util-public-header
Open

refactor: expose snapshot utilities in a public header#932
zhjwpku wants to merge 1 commit into
apache:mainfrom
zhjwpku:refactor/snapshot-util-public-header

Conversation

@zhjwpku

@zhjwpku zhjwpku commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

Making SnapshotUtil public lets downstream integrations reuse snapshot traversal, time lookup, and schema resolution logic. Java impl already uses it outside the core library: Spark uses schemaFor, and Flink uses ancestorsBetween.
Exposing the C++ equivalent would support similar use cases without duplicating that logic.

@smaheshwar-pltr smaheshwar-pltr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1 on this change! (I also wanted to do this actually - smaheshwar-pltr#4)

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.

2 participants