Skip to content

Commit

Permalink
more specific todo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Dec 16, 2024
1 parent ba48df2 commit 1d3cf31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub async fn with_columns_renamed(

let mut plan = Box::pin(crate::translation::to_logical_plan(*input)).await?;

// todo: do we want to implement this directly into daft?
// todo: let's implement this directly into daft

// Convert the rename mappings into expressions
let rename_exprs = if !rename_columns_map.is_empty() {
Expand Down

0 comments on commit 1d3cf31

Please sign in to comment.