Skip to content

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed May 21, 2024
1 parent 2ee5e52 commit 1de51ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/polars-plan/src/logical_plan/conversion/scans.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ pub(super) fn csv_file_info(
use polars_io::utils::get_reader_bytes;
use rayon::iter::{IntoParallelIterator, ParallelIterator};

// TODO:
// * See if we can do better than scanning all files if there is a row limit
// * See if we can do this without downloading the entire file

// prints the error message if paths is empty.
get_path(paths)?;

Expand Down

0 comments on commit 1de51ad

Please sign in to comment.