-
Notifications
You must be signed in to change notification settings - Fork 25
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++] Fix for empty-indexed multi-dimensional array #1706
[c++] Fix for empty-indexed multi-dimensional array #1706
Conversation
This pull request has been linked to Shortcut Story #34502: CZI: SparseNDArray read returns incorrect result when one dim is empty-indexed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Codecov ReportPatch has no changes to coverable lines.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. 📢 Thoughts on this report? Let us know!. |
Analysis here: #1703 (comment) |
Co-authored-by: Vivian Nguyen <[email protected]>
Issue and/or context:
#1703
Changes:
Modify
subarray_range_empty_
to be a mapping of dimension name to whether the query range is empty.is_empty_query()
returns true if any of the ranges are empty.