-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-38260] Add parser changes for connection sql #27251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl
Outdated
Show resolved
Hide resolved
...k-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/utils/ParserResource.java
Outdated
Show resolved
Hide resolved
...k-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/utils/ParserResource.java
Outdated
Show resolved
Hide resolved
...table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/FlinkSqlParserImplTest.java
Show resolved
Hide resolved
...able/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlCreateConnection.java
Outdated
Show resolved
Hide resolved
...able/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlCreateConnection.java
Outdated
Show resolved
Hide resolved
...-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlDropConnection.java
Outdated
Show resolved
Hide resolved
|
fyi: to have green ci, rebase to the latest master |
33c22b4 to
c01b595
Compare
|
seems we have a lot more issue in parser would be great if you can adapt your PR and then we can merge it |
c01b595 to
55a3e0a
Compare
...table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlAlterConnection.java
Show resolved
Hide resolved
...flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlAlterConnectionRename.java
Outdated
Show resolved
Hide resolved
.../flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlAlterConnectionReset.java
Show resolved
Hide resolved
...able/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlCreateConnection.java
Outdated
Show resolved
Hide resolved
.../flink-sql-parser/src/main/java/org/apache/flink/sql/parser/dql/SqlShowCreateConnection.java
Outdated
Show resolved
Hide resolved
snuyanzin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update, I added some minor comments to improve reuse
I guess should be good to merge with next iteration
55a3e0a to
1ecf149
Compare
snuyanzin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing feedback
What is the purpose of the change
Add connection sql parser changes for FLIP-529
Brief change log
Parser changes for connection ddl, dql
Verifying this change
Added parser test
Does this pull request potentially affect one of the following parts:
@Public(Evolving): (yes)Documentation