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

[r] Use libtiledbsoma for the mode accessor #3060

Open
johnkerl opened this issue Sep 24, 2024 · 0 comments
Open

[r] Use libtiledbsoma for the mode accessor #3060

johnkerl opened this issue Sep 24, 2024 · 0 comments

Comments

@johnkerl
Copy link
Member

johnkerl commented Sep 24, 2024

Currently this uses R6 class-private state. It should use libtiledbsoma's mode accessor.

Note that this requires as a prerequisite #3061 since only after we have a statefully open array handle can we possibly query it for mode.

As narrated on #3061) , as of 2024-09-23, to get mode we have to open the libtiledbsoma handle, ask for its mode, and close the handle -- and to open that handle we have to know the mode we want to open with -- which comes from class-private state -- which is circular.

Therefore #3061 blocks this.

#2406

[sc-55688]

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

No branches or pull requests

1 participant