Skip to content

Commit dc849d7

Browse files
authored
Merge 52c7485 into f24b02a
2 parents f24b02a + 52c7485 commit dc849d7

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)