-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DataCatalog]: Lazy dataset loading (#4270)
* Move warm-up to runner Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Implemented test for running thread runner with patterns Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Added test for new catalog Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Add line separator to file Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Replaced writing csv manually to writing with pandas Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Fixed fixture Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Removed new catalog from test Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Made catalog type a parameter Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Removed old catalog from test Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Removed new catalog from test Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Removed data creation/loading Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Fixed test docstring Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Removed extra loop Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Renamed variable for clarifty Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Replaced ald method in the constructor Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Implemented dataset materialization Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Added temporal repr Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Removed replacing warning when init Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Improved repr Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Fixed bug in get() Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Moved warm-up to the top Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Moved warm-up to the top Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Moved warm-up to the top Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Updated eq and repr Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Fixed mypy errors Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Removed brackets from repr Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Renamed non_initialized to lazy Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Fixed bug in the constructor Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Made the iteration order fixed Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Fixed unit tests Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Added test for repr Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Added docstrings Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Updated release notes Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Updated release notes Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Renamed variable for consistency Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> * Updated release notes Signed-off-by: Elena Khaustova <ymax70rus@gmail.com> --------- Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
- Loading branch information
1 parent
826021d
commit 7b7dad9
Showing
4 changed files
with
92 additions
and
30 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