We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb169d commit 5cdf788Copy full SHA for 5cdf788
crates/polars-stream/src/nodes/io_sources/multi_file_reader/reader_pipelines/generic.rs
@@ -1086,6 +1086,8 @@ impl ReaderOperationPushdown<'_> {
1086
// * If there is both a slice and deletions, DO NOT push deletions to the reader without
1087
// pushing the slice.
1088
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.
1091
let row_index = if reader_capabilities.contains(RC::ROW_INDEX)
1092
&& !(unsupported_mapped_projection || unsupported_external_filter_mask)
1093
{
0 commit comments