Skip to content

Commit

Permalink
fox coverity (ydb-platform#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 authored Jan 23, 2024
1 parent fa1ae5e commit 50a1147
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ std::vector<ui64> THashByColumns::DoExtractIndex(const std::shared_ptr<arrow::Re
break;
case NYql::NJsonPath::EValueType::Null:
values.emplace_back("");
break;
case NYql::NJsonPath::EValueType::Object:
case NYql::NJsonPath::EValueType::Array:
ALS_ERROR(NKikimrServices::EXT_INDEX) << "Cannot use object and array as hash param for index construction";
Expand Down

0 comments on commit 50a1147

Please sign in to comment.