Skip to content

Commit

Permalink
fix: Compilation error missing use JsonLineReader (#19244)
Browse files Browse the repository at this point in the history
Co-authored-by: sunadase <[email protected]>
  • Loading branch information
sunadase and sunadase authored Oct 16, 2024
1 parent 5af8227 commit 21dc469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-mem-engine/src/executors/scan/ndjson.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use polars_core::config;
use polars_core::utils::accumulate_dataframes_vertical;
use polars_io::prelude::{JsonLineReader, SerReader};
use polars_io::utils::compression::maybe_decompress_bytes;

use super::*;
Expand Down

0 comments on commit 21dc469

Please sign in to comment.