-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aggregate Continuation Tokens (#843)
* added continuation token stop and start logic for aggregators * got continuation token ready * added preemption to aggregate query * fixed bug where query finishes in a single continuation * fixed continuation token double escaping bug * fixed bug where where min / max / undefined value was getting serialized into a continuation token * wired up try get state * resolved iteration comments * renamed * fixed tests for aggregates * dummy commit * bumped the timeout * reduced timeout * dummy commit * dummy commit * fixed infinite loop * aggregates technically can get continuation token (it's a single page always for now) * forked aggregates into compute and sdk implementations * fixed build issues * forked create paths * fixed cancellation token test * resolved iteration comments * resolved iteration comments * resolved iteration comments * changed continuation token logic * more inlined with early exit * more inlined with early exits
- Loading branch information
Showing
30 changed files
with
1,314 additions
and
651 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
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
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
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
Oops, something went wrong.