From c8fe883e0a77e159db2a94e8e5ff2bd34bef27f3 Mon Sep 17 00:00:00 2001 From: Jay Chia <17691182+jaychia@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:56:31 -0700 Subject: [PATCH] [CHORE] Fix bad merge conflict in GlobScanOperator wrt CSV schema inference (#1556) Co-authored-by: Jay Chia --- src/daft-scan/src/glob.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daft-scan/src/glob.rs b/src/daft-scan/src/glob.rs index b7c2717f5f..1043a76bf4 100644 --- a/src/daft-scan/src/glob.rs +++ b/src/daft-scan/src/glob.rs @@ -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),