Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jun 22, 2024
1 parent 2ce1be4 commit ec01eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3915,7 +3915,7 @@ public SQLStatement parseCreatePackage() {
throw new ParserException("TODO " + lexer.info());
}

protected SQLStatement parseCreate() {
public SQLStatement parseCreate() {
Lexer.SavePoint mark = lexer.markOut();
accept(Token.CREATE);

Expand Down

0 comments on commit ec01eae

Please sign in to comment.