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 fedb2ae commit dc3957dCopy full SHA for dc3957d
tiledb/sm/serialization/consolidation.cc
@@ -80,7 +80,7 @@ void array_consolidation_request_to_capnp(
80
// Validate input arguments to be sure that what we are serializing make sense
81
auto mode = Consolidator::mode_from_config(config);
82
if (mode != ConsolidationMode::FRAGMENT &&
83
- (fragment_uris != nullptr || !fragment_uris->empty())) {
+ (fragment_uris != nullptr && !fragment_uris->empty())) {
84
throw ConsolidationSerializationException(
85
"[array_consolidation_request_to_capnp] Error serializing "
86
"consolidation request. A non-empty fragment list should only be "
0 commit comments