-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add paging to hbase client (#4166)
* Added paging to hbase client * minor fixes * minor fixes * Fix tests * Fix tests * Fix lint * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * Brought back test and fixed page size handling * fixed test * add tests * minor refactor * minor refactor * add error handling tests * fix format * Add protection against OOM exceptions * Add protection against OOM exceptions * Remove useless assertion * handle setCaching properly * handle setCaching properly * handle setCaching properly * handle setCaching properly * handle setCaching properly * handle setCaching properly * remove useless code * Get page size directly from the paginator * fix lint * cancel serverStream when reaching memory limit * add test for low memory * add test for low memory * fix lint * update java-bigtable dependency * Fixed several PR comments * Fixed several PR comments * Fixed several PR comments * Moved to async API * Fixed several PR comments * Fixed several PR comments * Fixed several PR comments * Fixed several PR comments * Fixed several PR comments * Fixed several PR comments * Fixed according to PR comments * Fix wrong advance * Fixed according to PR * Fixed according to PR * Fixed according to PR * remove test * adjust tests according to PR * adjust tests according to PR * fix bug found on beam
- Loading branch information
Showing
6 changed files
with
413 additions
and
9 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
Oops, something went wrong.