-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix raw input stats for ScanFilterAndProject
Previously, LazyBlocks loaded from a PageSource would update the processed input stat, but would not inherently trigger the raw input bytes to be recomputed. This wasn't necessarily a problem, but could result in raw input data being left uncounted until the next call to getOutput (which might never occur).
- Loading branch information
1 parent
176e8f8
commit 0191168
Showing
2 changed files
with
205 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters