-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Track number of rows processed in Window::getOutput (#6584)
Summary: Streaming window needs the number of rows processed in the getOutput() call for the result vector. Not all received rows might be assigned to a partition yet. In fact, the last partition is always open until noMoreInput is received. So getOutput() can only process all closed partitions which is less than the number of input rows. Pull Request resolved: #6584 Reviewed By: amitkdutta Differential Revision: D49330430 Pulled By: mbasmanova fbshipit-source-id: 7b54b1c95fdeb496f734916d7f26cb14c095f71d
- Loading branch information
1 parent
79fa20f
commit ba274f1
Showing
2 changed files
with
12 additions
and
4 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