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 ab9f858 commit cc7721eCopy full SHA for cc7721e
ydb/library/yql/providers/dq/provider/yql_dq_validate.cpp
@@ -143,7 +143,7 @@ class TDqExecutionValidator {
143
, State_(state)
144
, CheckSelfMapJoin_(!TypeCtx_.ForceDq
145
&& !State_->Settings->SplitStageOnDqReplicate.Get().GetOrElse(TDqSettings::TDefault::SplitStageOnDqReplicate)
146
- && State_->Settings->SpillingEngine == TDqSettings::ESpillingEngine::Disable)
+ && !State_->Settings->IsSpillingEnabled())
147
{}
148
149
bool ValidateDqExecution(const TExprNode& node) {
0 commit comments