Skip to content

Commit 5cdf788

Browse files
c
1 parent adb169d commit 5cdf788

File tree

1 file changed

+2
-0
lines changed
  • crates/polars-stream/src/nodes/io_sources/multi_file_reader/reader_pipelines

1 file changed

+2
-0
lines changed

crates/polars-stream/src/nodes/io_sources/multi_file_reader/reader_pipelines/generic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,8 @@ impl ReaderOperationPushdown<'_> {
10861086
// * If there is both a slice and deletions, DO NOT push deletions to the reader without
10871087
// pushing the slice.
10881088

1089+
// If `unsupported_mapped_projection`, the file may contain a column sharing the name of
1090+
// the row index column, but gets renamed by the column mapping.
10891091
let row_index = if reader_capabilities.contains(RC::ROW_INDEX)
10901092
&& !(unsupported_mapped_projection || unsupported_external_filter_mask)
10911093
{

0 commit comments

Comments
 (0)