Skip to content

Commit 5427e99

Browse files
authored
init IsTuple in cons (#6206)
1 parent 2fe919a commit 5427e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/minikql/computation/mkql_computation_node_holders.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ class TKeyTypeContanerHelper {
10691069
}
10701070
private:
10711071
TKeyTypes KeyTypes;
1072-
bool IsTuple;
1072+
bool IsTuple = false;
10731073

10741074
//unsused pointers may be eliminated at compile time, but it'd make code much less readable
10751075
NUdf::IEquate::TPtr Equate;

0 commit comments

Comments
 (0)