-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mito): merge reader for mito2 (#2210)
* feat: Implement slice and first/last timestamp for Batch * feat(mito): implements sort/concat for Batch * chore: fix typo * chore: remove comments * feat: sort and dedup * test: test batch operations * chore: cast enum to test op type * test: test filter related api * sytle: fix clippy * feat: implement Node and CompareFirst * feat: merge reader wip * feat: merge wip * feat: use batch's operation to sort and dedup * feat: implement BatchReader for MergeReader * feat: simplify codes * test: test merge reader * refactor: use test util to create batch * refactor: remove unused imports * feat: update comment * chore: remove metadata() from Source * chroe: update comment * feat: source supports batch iterator * chore: update comment
- Loading branch information
Showing
5 changed files
with
596 additions
and
50 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.