You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
fix(PrimProc): MCOL-5651 Add a workaround to avoid choosing an incorrect TupleHashJoinStep as a joiner [stable-23.10] (#3331)
* fix(PrimProc): MCOL-5651 Add a workaround to avoid choosing an incorrect TupleHashJoinStep as a joiner
This commit is contained in:
committed by
GitHub
parent
0a71892d97
commit
11136b3545
@@ -97,10 +97,10 @@ TupleHashJoinStep::TupleHashJoinStep(const JobInfo& jobInfo)
|
||||
fExtendedInfo = "THJS: ";
|
||||
joinType = INIT;
|
||||
joinThreadCount = resourceManager->getJlNumScanReceiveThreads();
|
||||
largeBPS = NULL;
|
||||
largeBPS = nullptr;
|
||||
moreInput = true;
|
||||
fQtc.stepParms().stepType = StepTeleStats::T_HJS;
|
||||
outputDL = NULL;
|
||||
outputDL = nullptr;
|
||||
ownsOutputDL = false;
|
||||
djsSmallUsage = jobInfo.smallSideUsage;
|
||||
djsSmallLimit = jobInfo.smallSideLimit;
|
||||
|
Reference in New Issue
Block a user