Skip to content

Commit a562994

Browse files
committed
comment
Signed-off-by: Andrew Duffy <[email protected]>
1 parent 8ae6e01 commit a562994

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vortex-datafusion/src/persistent/opener.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ mod tests {
524524
// "write" all the record batches to the named file paths
525525
let mut file_meta = HashMap::with_capacity(files.len());
526526

527-
// TODO: make file schema by superset of fields?
528527
for (path_str, rb) in files.iter() {
529528
let array = ArrayRef::from_arrow(rb, false);
530529
let path = Path::from_url_path(path_str.as_str())?;

0 commit comments

Comments
 (0)