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

Dense Arrays With Negative Domains Can Only Use Full Indexer #1841

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

nguyenv
Copy link
Collaborator

@nguyenv nguyenv commented Oct 4, 2023

For dense arrays with negative domains, reads require the full indexer [:] or multi_index and writes require the full indexer [:]. In all other cases, error out.

tiledb/libtiledb.pyx Outdated Show resolved Hide resolved
@nguyenv nguyenv force-pushed the viviannguyen/index-on-negative-domains branch from 5b78d4d to 5f96293 Compare October 4, 2023 02:02
@nguyenv nguyenv force-pushed the viviannguyen/index-on-negative-domains branch from 5f96293 to 5145108 Compare October 5, 2023 20:40
@nguyenv nguyenv changed the title [?] Correct Subarray With Negative Domains on Dense Arrays Dense Arrays With Negative Domains Can Only Use Full Indexer Oct 5, 2023
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.

1 participant