Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update expected logical_plan for with_column_join_same_columns
The sugared version uses a wildcard to express the previous columns
  • Loading branch information
Michael-J-Ward committed Sep 11, 2024
commit 7bebf934347575eba207dc07ffa29b0e7aa45b82
2 changes: 1 addition & 1 deletion datafusion/core/src/dataframe/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3013,7 +3013,7 @@ mod tests {

assert_eq!(
"\
Projection: t1.c1, t2.c1, Boolean(true) AS new_column\
Projection: *, Boolean(true) AS new_column\
\n Limit: skip=0, fetch=1\
\n Sort: t1.c1 ASC NULLS FIRST\
\n Inner Join: t1.c1 = t2.c1\
Expand Down