Skip to content

Commit b4a3189

Browse files
committed
chore: add comment for Insert Token
Signed-off-by: StandingMan <jmtangcs@gmail.com>
1 parent 0037086 commit b4a3189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sql/src/statement.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ impl<S: ContextProvider> SqlToRel<'_, S> {
963963
has_table_keyword,
964964
settings,
965965
format_clause,
966-
..
966+
insert_token: _insert_token, // record the location the `INSERT` token
967967
}) => {
968968
let table_name = match table {
969969
TableObject::TableName(table_name) => table_name,

0 commit comments

Comments
 (0)