Skip to content

Commit

Permalink
Update parquet/src/arrow/async_reader/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ed Seidl <etseidl@users.noreply.github.com>
  • Loading branch information
jroddev and etseidl authored Oct 21, 2024
1 parent b35fa13 commit a761b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/arrow/async_reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ mod tests {
}

#[tokio::test]
async fn empty_ofset_index_doesnt_panic_in_read_row_group() {
async fn empty_offset_index_doesnt_panic_in_read_row_group() {
use tokio::fs::File;
let testdata = arrow::util::test_util::parquet_test_data();
let path = format!("{testdata}/alltypes_plain.parquet");
Expand Down

0 comments on commit a761b71

Please sign in to comment.