Skip to content

Commit b8b0cff

Browse files
Fix typo in file_scan_config.rs
1 parent 871aa7c commit b8b0cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/datasource/src/file_scan_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ impl DataSource for FileScanConfig {
687687
.as_ref()
688688
.map(|p| p.ordered_column_indices());
689689

690-
// pass the new projections to the file source, along wiht the current projection
690+
// pass the new projections to the file source, along with the current projection
691691
// the file source will merge them if possible
692692
let res = self.file_source().try_pushdown_projections(
693693
&new_projection_exprs,

0 commit comments

Comments
 (0)