Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.8.x'
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Smith <[email protected]>
  • Loading branch information
jakesmith committed Sep 6, 2024
2 parents d35cdf0 + 356539a commit 71c9ba5
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 71c9ba5

Please sign in to comment.