We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f24b02a + 52c7485 commit dc849d7Copy full SHA for dc849d7
ydb/library/yql/minikql/mkql_node.cpp
@@ -2525,7 +2525,7 @@ EValueRepresentation GetValueRepresentation(const TType* type) {
2525
}
2526
2527
TArrayRef<TType* const> GetWideComponents(const TFlowType* type) {
2528
- if (RuntimeVersion > 35) {
+ if (type->GetItemType()->IsMulti()) {
2529
return AS_TYPE(TMultiType, type->GetItemType())->GetElements();
2530
2531
return AS_TYPE(TTupleType, type->GetItemType())->GetElements();
0 commit comments