-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compression algorithms, selection in FileIO sink
Works similarly to the file driver lookup, except the compression can also be None, in which case a normal file descriptor is used. Canonicalizes the extension of the resulting file regardless of which file name is used based on driver and compression algorithm. This might be surprising behavior, but simplifies driver and compression inference significantly on roundtrips. Scraps the custom registries in FileIO constructor, because we intend to expose reg/dereg hooks for the default later on.
- Loading branch information
1 parent
e2890e0
commit 57429fd
Showing
1 changed file
with
111 additions
and
36 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