Skip to content

Commit 36c12ee

Browse files
committed
update
1 parent 8de9da3 commit 36c12ee

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

internal/tools/bigquery/bigquerycommon/table_name_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ const (
5555
var tableFollowsKeywords = map[string]bool{
5656
"from": true,
5757
"join": true,
58-
"into": true, // INSERT INTO, MERGE INTO
5958
"update": true,
59+
"into": true, // INSERT INTO, MERGE INTO
6060
"table": true, // CREATE TABLE, ALTER TABLE
6161
"using": true, // MERGE ... USING
6262
"insert": true, // INSERT my_table

src/google-cloud-bigquery-storage

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)