Skip to content

Commit

Permalink
rm tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Dec 19, 2024
1 parent 68e6976 commit a8b6a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/antlr/create_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func processCopyTable(ctx *generated.CopyCreateTableContext) (Event, error) {
if len(tableNames) != 2 {
return nil, fmt.Errorf("expected exactly 2 table names, got %d", len(tableNames))
}

tableName, err := getTableNameFromNode(tableNames[0])
if err != nil {
return nil, err
Expand Down

0 comments on commit a8b6a9c

Please sign in to comment.