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.
1 parent 258c6b2 commit 29e3983Copy full SHA for 29e3983
ydb/core/kqp/provider/yql_kikimr_settings.cpp
@@ -145,7 +145,7 @@ bool TKikimrSettings::HasOptEnableOlapProvideComputeSharding() const {
145
}
146
147
bool TKikimrSettings::HasOptUseFinalizeByKey() const {
148
- return GetOptionalFlagValue(OptUseFinalizeByKey.Get()) != EOptionalFlag::Disabled;
+ return GetFlagValue(OptUseFinalizeByKey.Get().GetOrElse(true)) != EOptionalFlag::Disabled;
149
150
151
EOptionalFlag TKikimrSettings::GetOptPredicateExtract() const {
0 commit comments