-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
custom data readers loader should not recurse further than first subd…
…irectories of sys.path (#1139) Hi, could you please review patch to only have the custom data reader loader only considers up to the first level subdirectories in the `sys.path` entries. It addresses #1135. I've used transducers to improve performance, which required moving the custom data loaders code further down the namespace. The only function that changes is `data-readers-files`, which now only processes the top directory and immediate subdirectories. I've adjusted the a test not to expect any readers to be found further down the subdirectories, andfixed a test which should have referred to `test/test`5`. I've also updated the documentation to indicate the change in behavior. Thanks cc @mitch-kyle --------- Co-authored-by: ikappaki <[email protected]>
- Loading branch information
Showing
4 changed files
with
112 additions
and
94 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