Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Compilation error missing use JsonLineReader #19244

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Conversation

sunadase
Copy link
Contributor

fixes:

error[E0433]: failed to resolve: use of undeclared type `JsonLineReader`
  --> /polars/crates/polars-mem-engine/src/executors/scan/ndjson.rs:88:30
   |
88 |                 let reader = JsonLineReader::new(curs);
   |                              ^^^^^^^^^^^^^^ use of undeclared type `JsonLineReader`
   |
help: consider importing this struct
   |
1  + use polars_io::prelude::JsonLineReader;
   |

For more information about this error, try `rustc --explain E0433`.
error: could not compile `polars-mem-engine` (lib) due to 1 previous error

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Oct 15, 2024
@ritchie46 ritchie46 merged commit 21dc469 into pola-rs:main Oct 16, 2024
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants