-
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.
Add Error Handlers to File IO and related IOs (TextIO, AvroIO) (#29670)
* first pass of wiring error handling into write files and adding tests * fix error handling to solve constant filenaming policy returning a null destination * fix tests, add a safety check to the error handler * spotless * add documentation * add textio error handler pass-through * add avroio error handler pass-through * add documentation to avroio * add documentation to WriteFiles * remove function to check if the exception is bad, because that isn't portable * spotless * spotless * clean up documentation * clean up documentation, remove unnecessary unwritten records tag * spotless * spotless
- Loading branch information
1 parent
783c72a
commit f303d6a
Showing
9 changed files
with
511 additions
and
74 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.