Skip to content

Commit 52c7485

Browse files
nepalspuchin
authored andcommitted
[KIKIMR-21174] Remove wrong RuntimeVersion check (#2605)
1 parent f24b02a commit 52c7485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/minikql/mkql_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2525,7 +2525,7 @@ EValueRepresentation GetValueRepresentation(const TType* type) {
25252525
}
25262526

25272527
TArrayRef<TType* const> GetWideComponents(const TFlowType* type) {
2528-
if (RuntimeVersion > 35) {
2528+
if (type->GetItemType()->IsMulti()) {
25292529
return AS_TYPE(TMultiType, type->GetItemType())->GetElements();
25302530
}
25312531
return AS_TYPE(TTupleType, type->GetItemType())->GetElements();

0 commit comments

Comments
 (0)