We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb8c7d commit e70da9bCopy full SHA for e70da9b
1 file changed
tiledb/sm/consolidator/fragment_consolidator.cc
@@ -47,6 +47,7 @@
47
#include <iostream>
48
#include <numeric>
49
#include <sstream>
50
+#include <variant>
51
52
using namespace tiledb::common;
53
@@ -282,7 +283,6 @@ Status FragmentConsolidator::consolidate(
282
283
union_non_empty_domains,
284
&new_fragment_uri);
285
if (!st.ok()) {
- std::cerr << "FAILED: " << st.message() << std::endl;
286
throw_if_not_ok(array_for_reads->close());
287
throw_if_not_ok(array_for_writes->close());
288
return st;
0 commit comments