Skip to content

Commit c166242

Browse files
committed
fix: merge from upstream/main
1 parent 372e5a6 commit c166242

File tree

1 file changed

+1
-1
lines changed
  • src/query/sql/src/planner/binder

1 file changed

+1
-1
lines changed

src/query/sql/src/planner/binder/copy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ impl<'a> Binder {
604604

605605
// Generate a analyzed select list with from context
606606
let select_list = self
607-
.normalize_select_list(&from_context, select_list)
607+
.normalize_select_list(&mut from_context, select_list)
608608
.await?;
609609
let (scalar_items, projections) = self.analyze_projection(&select_list)?;
610610
let s_expr =

0 commit comments

Comments
 (0)