-
Notifications
You must be signed in to change notification settings - Fork 185
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
Decide on exposing subarray partitioner C API #1225
Comments
stavrospapadopoulos
added a commit
that referenced
this issue
May 3, 2019
- Removed tiledb_subarray_partitioner_t C API - Added global order for single range in SubarrayPartitioner - Refactored all tiledb_subarray_partitioner_t unit tests to test class SubarrayPartitioner instead. - Added more test combinations for SubarrayPartitioner - Added unit test helper functions that will help clean up all the other unit tests in the future. Closes #1225
stavrospapadopoulos
added a commit
that referenced
this issue
May 3, 2019
- Removed tiledb_subarray_partitioner_t C API - Added global order for single range in SubarrayPartitioner - Refactored all tiledb_subarray_partitioner_t unit tests to test class SubarrayPartitioner instead. - Added more test combinations for SubarrayPartitioner - Added unit test helper functions that will help clean up all the other unit tests in the future. Closes #1225
stavrospapadopoulos
added a commit
that referenced
this issue
May 3, 2019
- Removed tiledb_subarray_partitioner_t C API - Added global order for single range in SubarrayPartitioner - Refactored all tiledb_subarray_partitioner_t unit tests to test class SubarrayPartitioner instead. - Added more test combinations for SubarrayPartitioner - Added unit test helper functions that will help clean up all the other unit tests in the future. Closes #1225
stavrospapadopoulos
added a commit
that referenced
this issue
May 3, 2019
- Removed tiledb_subarray_partitioner_t C API - Added global order for single range in SubarrayPartitioner - Refactored all tiledb_subarray_partitioner_t unit tests to test class SubarrayPartitioner instead. - Added more test combinations for SubarrayPartitioner - Added unit test helper functions that will help clean up all the other unit tests in the future. Closes #1225
stavrospapadopoulos
added a commit
that referenced
this issue
May 3, 2019
- Removed tiledb_subarray_partitioner_t C API - Added global order for single range in SubarrayPartitioner - Refactored all tiledb_subarray_partitioner_t unit tests to test class SubarrayPartitioner instead. - Added more test combinations for SubarrayPartitioner - Added unit test helper functions that will help clean up all the other unit tests in the future. Closes #1225
stavrospapadopoulos
added a commit
that referenced
this issue
May 3, 2019
- Removed tiledb_subarray_partitioner_t C API - Added global order for single range in SubarrayPartitioner - Refactored all tiledb_subarray_partitioner_t unit tests to test class SubarrayPartitioner instead. - Added more test combinations for SubarrayPartitioner - Added unit test helper functions that will help clean up all the other unit tests in the future. Closes #1225
stavrospapadopoulos
added a commit
that referenced
this issue
May 4, 2019
- Removed tiledb_subarray_partitioner_t C API - Added global order for single range in SubarrayPartitioner - Refactored all tiledb_subarray_partitioner_t unit tests to test class SubarrayPartitioner instead. - Added more test combinations for SubarrayPartitioner - Added unit test helper functions that will help clean up all the other unit tests in the future. Closes #1225
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR #1197 added a new subarray partitioner helper class and an associated C API. It's not clear yet if this needs to be exposed via the C API. We should decide prior to 1.6 if we will keep the C API or not.
The text was updated successfully, but these errors were encountered: