-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add CurrentDomain API support. #5041
Conversation
memory_tracker_->get_resource(MemoryType::ENUMERATION)) { | ||
memory_tracker_->get_resource(MemoryType::ENUMERATION)) | ||
, shape_to_expand_( | ||
make_shared<const Shape>(memory_tracker, constants::shape_version)) { |
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.
Shouldn't this be nullptr?
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.
nullptr is better, thanks.
7bd7756
to
9df9e76
Compare
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.
2 nits and let's add a test for trying to add out of order ndrect ranges.
https://app.shortcut.com/tiledb-inc/story/49157/check-and-test-out-of-order-ranges-for-currentdomain Followup for out of order ranges. |
This PR adds the foundation for the CurrentDomain API:
To be done C and CPP API that wrap APIs defined here.
[sc-42489]
TYPE: FEATURE
DESC: Add CurrentDomain API support.