From f0c9ab7da7aa95092358ac5dd63f4ac12c69a115 Mon Sep 17 00:00:00 2001 From: Sammy Sidhu Date: Thu, 16 Nov 2023 19:45:02 -0800 Subject: [PATCH] add todo --- src/daft-scan/src/python.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daft-scan/src/python.rs b/src/daft-scan/src/python.rs index 891347dae8..2bd572f0b2 100644 --- a/src/daft-scan/src/python.rs +++ b/src/daft-scan/src/python.rs @@ -271,6 +271,7 @@ partitioning_keys:\n", size_bytes: Option, pushdowns: Option, ) -> PyResult { + // TODO(Sammy): This should parsed from the operator and passed in here let empty_pspec = PartitionSpec { keys: Table::empty(None)?, };