Skip to content

feat: adding support for opening datasets using tagged versions through JNI#5873

Draft
hamersaw wants to merge 2 commits intolance-format:mainfrom
hamersaw:feature/support-tags-through-jni
Draft

feat: adding support for opening datasets using tagged versions through JNI#5873
hamersaw wants to merge 2 commits intolance-format:mainfrom
hamersaw:feature/support-tags-through-jni

Conversation

@hamersaw
Copy link
Contributor

@hamersaw hamersaw commented Feb 2, 2026

Allows setting tag on JNI ReadOptions and using this to correctly open a dataset.

Signed-off-by: Daniel Rammer <hamersaw@protonmail.com>
Signed-off-by: Daniel Rammer <hamersaw@protonmail.com>
@github-actions github-actions bot added enhancement New feature or request java labels Feb 2, 2026
Copy link
Contributor

@majin1102 majin1102 left a comment

Choose a reason for hiding this comment

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

Thanks for working on this. Left one comment. PTAL

public static class Builder {

private Optional<Integer> version = Optional.empty();
private Optional<String> tag = Optional.empty();
Copy link
Contributor

@majin1102 majin1102 Feb 3, 2026

Choose a reason for hiding this comment

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

Hi Dan, thanks for working on this.

Wondering if we could leverage Ref.java here to enable a complete dataset-opening experience that supports versions, tags, and branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request java

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants