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)?, };