Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.6.x' into candidate-…
Browse files Browse the repository at this point in the history
…9.8.x

Signed-off-by: Jake Smith <[email protected]>
  • Loading branch information
jakesmith committed Sep 6, 2024
2 parents d3e11a7 + ea295ec commit 356539a
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 356539a

Please sign in to comment.