Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Mar 3, 2025
1 parent 31c14a0 commit a49b378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/datasource/src/file_scan_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ impl FileScanConfig {
(schema, constraints, stats, output_ordering)
}

#[allow(unused)] // Only used by avro
pub fn projected_file_column_names(&self) -> Option<Vec<String>> {
self.projection.as_ref().map(|p| {
p.iter()
Expand Down

0 comments on commit a49b378

Please sign in to comment.