Skip to content

Commit b9efe82

Browse files
committed
last
Signed-off-by: Andrew Duffy <[email protected]>
1 parent ba46169 commit b9efe82

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vortex-datafusion/src/persistent/opener.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,6 @@ impl FileOpener for VortexOpener {
167167
DataFusionError::Execution(format!("Failed to convert file schema to arrow: {e}"))
168168
})?);
169169

170-
// Compute the schema we use to scan the file. This will include any fields
171-
// from the table_schema that also exist in the file schema.
172-
// let logical_file_schema =
173-
// compute_logical_file_schema(&physical_file_schema, &table_schema);
174-
175170
let partition_values = partition_fields
176171
.iter()
177172
.cloned()

0 commit comments

Comments
 (0)