Skip to content

Commit 50a1147

Browse files
fox coverity (#1206)
1 parent fa1ae5e commit 50a1147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/services/ext_index/metadata/extractor/hash_by_columns.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ std::vector<ui64> THashByColumns::DoExtractIndex(const std::shared_ptr<arrow::Re
104104
break;
105105
case NYql::NJsonPath::EValueType::Null:
106106
values.emplace_back("");
107+
break;
107108
case NYql::NJsonPath::EValueType::Object:
108109
case NYql::NJsonPath::EValueType::Array:
109110
ALS_ERROR(NKikimrServices::EXT_INDEX) << "Cannot use object and array as hash param for index construction";

0 commit comments

Comments
 (0)