Skip to content

Commit

Permalink
Merge pull request #19092 from jakesmith/HPCC-32630-splitter-lookahead
Browse files Browse the repository at this point in the history
HPCC-32630 Allow lookahead below blocking splitter
  • Loading branch information
jakesmith authored Sep 6, 2024
2 parents a4a96d5 + 0b221a1 commit ea295ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thorlcr/activities/nsplitter/thnsplitterslave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class NSplitterSlaveActivity : public CSlaveActivity, implements ISharedSmartBuf

PARENT::start();
initMetaInfo(cachedMetaInfo);
cachedMetaInfo.suppressLookAhead = true;
cachedMetaInfo.suppressLookAhead = spill; // only suppress downstream lookaheads if this is a spilling splitter

calcMetaInfoSize(cachedMetaInfo, queryInput(0));

Expand Down

0 comments on commit ea295ec

Please sign in to comment.