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 8ae6e01 commit a562994Copy full SHA for a562994
vortex-datafusion/src/persistent/opener.rs
@@ -524,7 +524,6 @@ mod tests {
524
// "write" all the record batches to the named file paths
525
let mut file_meta = HashMap::with_capacity(files.len());
526
527
- // TODO: make file schema by superset of fields?
528
for (path_str, rb) in files.iter() {
529
let array = ArrayRef::from_arrow(rb, false);
530
let path = Path::from_url_path(path_str.as_str())?;
0 commit comments