Skip to content

Commit cc7721e

Browse files
committed
fix build
1 parent ab9f858 commit cc7721e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/dq/provider/yql_dq_validate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class TDqExecutionValidator {
143143
, State_(state)
144144
, CheckSelfMapJoin_(!TypeCtx_.ForceDq
145145
&& !State_->Settings->SplitStageOnDqReplicate.Get().GetOrElse(TDqSettings::TDefault::SplitStageOnDqReplicate)
146-
&& State_->Settings->SpillingEngine == TDqSettings::ESpillingEngine::Disable)
146+
&& !State_->Settings->IsSpillingEnabled())
147147
{}
148148

149149
bool ValidateDqExecution(const TExprNode& node) {

0 commit comments

Comments
 (0)