We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372e5a6 commit c166242Copy full SHA for c166242
src/query/sql/src/planner/binder/copy.rs
@@ -604,7 +604,7 @@ impl<'a> Binder {
604
605
// Generate a analyzed select list with from context
606
let select_list = self
607
- .normalize_select_list(&from_context, select_list)
+ .normalize_select_list(&mut from_context, select_list)
608
.await?;
609
let (scalar_items, projections) = self.analyze_projection(&select_list)?;
610
let s_expr =
0 commit comments