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

Deletes: implement delete strategy. #3337

Merged
merged 10 commits into from
Jul 14, 2022
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ if (TILEDB_CPP_API)
src/unit-cppapi-consolidation.cc
src/unit-cppapi-consolidation-with-timestamps.cc
src/unit-cppapi-datetimes.cc
src/unit-cppapi-deletes.cc
src/unit-cppapi-time.cc
src/unit-cppapi-fill_values.cc
src/unit-cppapi-filter.cc
Expand Down
2 changes: 1 addition & 1 deletion test/src/unit-cppapi-consolidation-with-timestamps.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* @section DESCRIPTION
*
* Tests the CPP API consolidation with timestamps.
* Tests the CPP API for consolidation with timestamps.
*/

#include "catch.hpp"
Expand Down