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 871aa7c commit b8b0cffCopy full SHA for b8b0cff
datafusion/datasource/src/file_scan_config.rs
@@ -687,7 +687,7 @@ impl DataSource for FileScanConfig {
687
.as_ref()
688
.map(|p| p.ordered_column_indices());
689
690
- // pass the new projections to the file source, along wiht the current projection
+ // pass the new projections to the file source, along with the current projection
691
// the file source will merge them if possible
692
let res = self.file_source().try_pushdown_projections(
693
&new_projection_exprs,
0 commit comments