Skip to content

Commit

Permalink
temp fix for json schema hints
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-ho committed Feb 7, 2024
1 parent 7d0ec15 commit 08620a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daft-micropartition/src/micropartition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ fn materialize_scan_task(
column_names
.as_ref()
.map(|cols| cols.iter().map(|col| col.to_string()).collect()),
None,
Some(scan_task.schema.clone()),
scan_task.pushdowns.filters.clone(),
);
let parse_options = JsonParseOptions::new_internal();
Expand Down

0 comments on commit 08620a9

Please sign in to comment.