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 ba46169 commit b9efe82Copy full SHA for b9efe82
vortex-datafusion/src/persistent/opener.rs
@@ -167,11 +167,6 @@ impl FileOpener for VortexOpener {
167
DataFusionError::Execution(format!("Failed to convert file schema to arrow: {e}"))
168
})?);
169
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
-
175
let partition_values = partition_fields
176
.iter()
177
.cloned()
0 commit comments