Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Dec 19, 2024
1 parent d584a44 commit 68e6976
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/antlr/create_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +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))
}

for _, cc := range tableNames[0].GetChildren() {
fmt.Println("cc", cc, "type", fmt.Sprintf("%T", cc), "cc text", cc.(antlr.ParseTree).GetText())
}


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

0 comments on commit 68e6976

Please sign in to comment.