Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Mar 4, 2025
1 parent 119397f commit a044f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-stream/src/nodes/io_sources/csv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ impl CsvSourceNode {
let global_slice = if let Some((offset, len)) = global_slice {
if offset < 0 {
// IR lowering puts negative slice in separate node.
// TODO: Native line buffering for negative slice
unreachable!()
}
Some(offset as usize..offset as usize + len)
Expand Down

0 comments on commit a044f77

Please sign in to comment.