-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mito): Reads SST's row groups one by one (#2668)
* feat: read parquet metadata * feat: add create method for row group * feat: read parquet by row group * refactor: use VecDeque to collect batches * style: fix row group clippy warnings * chore: update comments * style: fix clippy * refactor: simplify row group reader builder * docs: fix grammar issue Co-authored-by: Lei, HUANG <[email protected]> * chore: format code --------- Co-authored-by: Lei, HUANG <[email protected]>
- Loading branch information
Showing
5 changed files
with
239 additions
and
182 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
Oops, something went wrong.