-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add retries to restore dataframe (#408)
* add retries for ParquetSerializer.restore_dataframe Co-authored-by: Nefta Kanilmaz <[email protected]> * Update kartothek/serialization/_parquet.py * Update kartothek/serialization/_parquet.py * Update kartothek/serialization/_parquet.py * make _restore_dataframe a staticmethod * raise error from previous error * add comments, make AssertionError into IOError * custom error types * Add tests for the retry mechanism * Fix docs * Add test counting the retries Co-authored-by: lr4d <[email protected]> Co-authored-by: Lucas Rademaker <[email protected]>
- Loading branch information
1 parent
9c91e51
commit 5f80d74
Showing
4 changed files
with
167 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
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