-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support ordered list states in python sdk and fnapi runner (#32326)
* Support ordered list state in python sdk and fnapi runner. * Add test to verify integrity of multiple iterators * Add fuzz tests and fix two edge cases. * Add sortedcontainer in package dependency * Code refactoring and add a check for the supported maximum key * regenerate requirments for python images. * Refactor portable runner code for ordered list state * Return continuation tokens in portable runnner for ordered list state * Fix some lints * Apply yapf * Fix lints * Sync base image requirements with master. * Add typing for ordered list state apis. * Add typing to orderedliststate user state. * Fix a typo. * Refactor some code based on the feedback. * Fix lints * Remove the support of int argument type in ordered list state apis. * Fix formats and lints * More lints * Refactor the code to use the continuation token logic. * Fix lints
- Loading branch information
Showing
5 changed files
with
604 additions
and
5 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
Oops, something went wrong.