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

[c++] PlatformConfig tile/cell order and filter options should be case insensitive #2520

Closed
nguyenv opened this issue May 7, 2024 · 0 comments · Fixed by #2541
Closed

[c++] PlatformConfig tile/cell order and filter options should be case insensitive #2520

nguyenv opened this issue May 7, 2024 · 0 comments · Fixed by #2541
Assignees
Labels

Comments

@nguyenv
Copy link
Member

nguyenv commented May 7, 2024

Currently the C++ PlatformConfig only handles options as put forth by the SOMA Python API. Some of the options in the SOMA R API differ slightly and need to be added in C++.

  • Tile/cell order and filter options should be case insensitive
  • Add all name to filter mappings (ie. "rle" and "rlefilter" should both map to tiledb::Filter::RleFilter)
  • Handle global and unordered ordering

Relates to #2471

@nguyenv nguyenv self-assigned this May 7, 2024
@nguyenv nguyenv added the cpp-api label May 7, 2024
@nguyenv nguyenv linked a pull request May 16, 2024 that will close this issue
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 a pull request may close this issue.

1 participant