You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-5512 Fix for post join filter.
This patch fixes certain situations where post join filter is not applying.
This commit is contained in:
@ -281,7 +281,7 @@ uint64_t TupleBPS::JoinLocalData::generateJoinResultSet(const uint32_t depth,
|
||||
{
|
||||
// Don't wait for memory, just send the data on to DL.
|
||||
RowGroup out(local_outputRG);
|
||||
if (fe2 && tbps->runFEonPM())
|
||||
if (fe2 && !tbps->runFEonPM())
|
||||
{
|
||||
processFE2(outputData);
|
||||
tbps->rgDataVecToDl(outputData, local_fe2Output, dlp);
|
||||
|
Reference in New Issue
Block a user