-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Parquet reader and row group handling in mito2 - Make `Location` enum public and add async byte fetching method - Introduce `RowGroupLocation` to manage row group specific operations - Move byte fetching logic from `Sst` to `Location` and `RowGroupLocation` - Change `Location` fields and methods to `pub(crate)` for internal use - Update `RowGroupReaderBuilder` to use `file_location` instead of `location` - Add `fetch_bytes` and cache management methods to `RowGroupLocation` - Simplify `InMemoryRowGroup` creation with new `create` method - Adjust tests to reflect changes in Parquet reader and row group creation
- Loading branch information
Showing
2 changed files
with
151 additions
and
193 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
Oops, something went wrong.