We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2f661 commit 6b273c4Copy full SHA for 6b273c4
tiledb/sm/serialization/consolidation.cc
@@ -71,7 +71,7 @@ void array_consolidation_request_to_capnp(
71
// Validate input arguments to be sure that what we are serializing make sense
72
auto mode = Consolidator::mode_from_config(config);
73
if (mode != ConsolidationMode::FRAGMENT &&
74
- (fragment_uris != nullptr || !fragment_uris->empty())) {
+ (fragment_uris != nullptr && !fragment_uris->empty())) {
75
throw ConsolidationSerializationException(
76
"[array_consolidation_request_to_capnp] Error serializing "
77
"consolidation request. A non-empty fragment list should only be "
0 commit comments