Skip to content

Commit

Permalink
Remove reference to select
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Feb 13, 2024
1 parent a836380 commit c478a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ pub(super) fn check_expand_literals(

if !names.insert(name) {
let msg = format!(
"the name: '{}' passed to `select` is duplicate\n\n\
"the name: '{}' is duplicate\n\n\
It's possible that multiple expressions are returning the same default column \
name. If this is the case, try renaming the columns with \
`.alias(\"new_name\")` to avoid duplicate column names.",
Expand Down

0 comments on commit c478a1b

Please sign in to comment.