We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1ae5e commit 50a1147Copy full SHA for 50a1147
ydb/services/ext_index/metadata/extractor/hash_by_columns.cpp
@@ -104,6 +104,7 @@ std::vector<ui64> THashByColumns::DoExtractIndex(const std::shared_ptr<arrow::Re
104
break;
105
case NYql::NJsonPath::EValueType::Null:
106
values.emplace_back("");
107
+ break;
108
case NYql::NJsonPath::EValueType::Object:
109
case NYql::NJsonPath::EValueType::Array:
110
ALS_ERROR(NKikimrServices::EXT_INDEX) << "Cannot use object and array as hash param for index construction";
0 commit comments