You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the lineup2() plan is run, peak statistics are assessed when the stop document is received. Since lineup2() uses a standard plan (bp.rel_scan()), it cannot add additional streams to the run.
Refactor the plan so that the stats are pushed to a new stream in the still-open run.
The text was updated successfully, but these errors were encountered:
When the
lineup2()
plan is run, peak statistics are assessed when thestop
document is received. Sincelineup2()
uses a standard plan (bp.rel_scan()
), it cannot add additional streams to the run.Refactor the plan so that the stats are pushed to a new stream in the still-open run.
The text was updated successfully, but these errors were encountered: