-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ML-280: Support time range in readers (#200)
* ML-280: adding filter (before and after) to ReadParquet * Support list key_field in Source. (#197) Co-authored-by: Gal Topper <[email protected]> * Cache (#184) * refactor * working integ * lint * fix typo * test fixes * lint * temp * integ * parametrize tests * rename * handle exceptions inside flush worker * mid * fix reuse * flushing * use changed items list instead of time lookup * check if running loop exists * add test * fix test * add flush interval enum * update test and doc * code review * make flush interval an optional[int] and init_flush_task only from async code * update doc Co-authored-by: Dina Nimrodi <[email protected]> * iterate over a copy of changed keys (#198) * iterate over a copy of changed keys * don't add key to persist job if it's already pending * fix several bugs Co-authored-by: Dina Nimrodi <[email protected]> * ML-389: Fix expected webapi error in case of concurrent modification of aggregations. (#199) * Don't use now in tests. * ML-389: Fix expected webapi error in case of concurrent modification of aggregations. Co-authored-by: Gal Topper <[email protected]> * some cleanup * more cleanup * fix * PR comments and adding read_parquet with filtering * some cleanup * filter by column inside the method * pr comment * bug fix * bug fix * bug fix * one more bug fix * pr comments * fix * pr comments * minor fix Co-authored-by: Gal Topper <[email protected]> Co-authored-by: Gal Topper <[email protected]> Co-authored-by: Dina Nimrodi <[email protected]> Co-authored-by: Dina Nimrodi <[email protected]>
- Loading branch information
1 parent
9fdf96c
commit 05b6db8
Showing
3 changed files
with
291 additions
and
5 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