-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parquet AsyncReader: Don't panic when empty offset_index is Some([]) (#…
…6582) * Don't panic when empty offset_index is Some([]) * Remove duplicate test * Add a test with offset_index where page_locations doesnt end up as None * remove unused imports * Update parquet/src/arrow/async_reader/mod.rs Co-authored-by: Ed Seidl <etseidl@users.noreply.github.com> * Rename test, add explanatory comments * cargo fmt --------- Co-authored-by: jroddev <jroddev@jroddev.com> Co-authored-by: Ed Seidl <etseidl@users.noreply.github.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
- Loading branch information
1 parent
933d348
commit 56d4713
Showing
1 changed file
with
105 additions
and
0 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