-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Feature-3893][core][admin][web] Flink SQL task Support insert result preview #3897
Conversation
dinky-core/src/main/java/org/dinky/explainer/mock/MockStatementExplainer.java
Outdated
Show resolved
Hide resolved
你能针对此扩展功能补充一下该文档吗? |
dinky-core/src/main/java/org/dinky/explainer/mock/MockStatementExplainer.java
Outdated
Show resolved
Hide resolved
…ng catalog and table scheme changed
Sure!我将于近两天更新docs部分,补充当前拓展功能的效果、达成的前提等信息。 |
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.
LGTM
非常感谢您的贡献, 文档可以后续补充, 单独 pr 以下, 本次新功能 pr 将被合并 |
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.
LGTM
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.
LGTM
Purpose of the pull request
This pull request is aimed at implementing the feature of insert result preview.
Brief change log
A customized connector class is added to write insert result into accumulator.
A mock statement explainer is added to convert insert statement into mock.
Some related changes of model core and admin.
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows: