Skip to content

Commit 4614314

Browse files
committed
fix typo.
1 parent 699f743 commit 4614314

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
@@ -495,7 +495,7 @@ impl<'a> Binder {
495495
})))
496496
}
497497

498-
/// Bind COPY INFO <table> FROM <query>
498+
/// Bind COPY INTO <table> FROM <query>
499499
async fn bind_copy_from_query_into_table(
500500
&mut self,
501501
bind_context: &BindContext,

0 commit comments

Comments
 (0)