Skip to content

Commit e70da9b

Browse files
committed
Add missing header.
1 parent 2eb8c7d commit e70da9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiledb/sm/consolidator/fragment_consolidator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#include <iostream>
4848
#include <numeric>
4949
#include <sstream>
50+
#include <variant>
5051

5152
using namespace tiledb::common;
5253

@@ -282,7 +283,6 @@ Status FragmentConsolidator::consolidate(
282283
union_non_empty_domains,
283284
&new_fragment_uri);
284285
if (!st.ok()) {
285-
std::cerr << "FAILED: " << st.message() << std::endl;
286286
throw_if_not_ok(array_for_reads->close());
287287
throw_if_not_ok(array_for_writes->close());
288288
return st;

0 commit comments

Comments
 (0)