Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Sep 10, 2024
1 parent 4ed7aa1 commit 5327254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-stream/src/nodes/parquet_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use polars_io::utils::byte_source::{
ByteSource, DynByteSource, DynByteSourceBuilder, MemSliceByteSource,
};
use polars_io::utils::slice::SplitSlicePosition;
use polars_io::{is_cloud_url, RowIndex};
use polars_io::RowIndex;
use polars_parquet::read::RowGroupMetadata;
use polars_plan::plans::hive::HivePartitions;
use polars_plan::plans::{FileInfo, ScanSources};
Expand Down

0 comments on commit 5327254

Please sign in to comment.