Skip to content

Commit 623524f

Browse files
spuchinnepal
andauthored
[KIKIMR-21174] Remove wrong RuntimeVersion check (#2605) (#2629)
Co-authored-by: Andrey Neporada <[email protected]>
1 parent 6a84178 commit 623524f

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)