Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Nov 17, 2023
1 parent fb030e5 commit f0c9ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daft-scan/src/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ partitioning_keys:\n",
size_bytes: Option<u64>,
pushdowns: Option<PyPushdowns>,
) -> PyResult<Self> {
// TODO(Sammy): This should parsed from the operator and passed in here
let empty_pspec = PartitionSpec {
keys: Table::empty(None)?,
};
Expand Down

0 comments on commit f0c9ab7

Please sign in to comment.