Skip to content

Commit

Permalink
[CHORE] Fix bad merge conflict in GlobScanOperator wrt CSV schema inf…
Browse files Browse the repository at this point in the history
…erence (#1556)

Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored Oct 31, 2023
1 parent 52b806e commit c8fe883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daft-scan/src/glob.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ impl GlobScanOperator {
first_filepath,
true, // TODO: pass-through schema inference options
None, // TODO: pass-through schema inference options
true, // TODO: pass-through schema inference options
None, // TODO: pass-through schema inference options
io_client,
Some(io_stats),
Expand Down

0 comments on commit c8fe883

Please sign in to comment.