-
Notifications
You must be signed in to change notification settings - Fork 13.9k
[FLINK-18958] Lose column comment when create table #13177
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
|
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Automated ChecksLast check on commit b238cb2 (Mon Aug 17 13:06:15 UTC 2020) Warnings:
Mention the bot in a comment to re-run the automated checks. Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. DetailsThe Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
|
@oikomi Thanks for your contribution. But could you offer some test cases to verify your work? I think you should offer tests that when users use describe instruction, they can also have information about column comments. You can take a look at org.apache.flink.table.api.batch.BatchTableEnviromentTest#testExecuteSqlWithDescribe as an example. |
|
hi @fsk119 I have commited a UT for colum comment and I have found a bug when not use blink planner, thank you very much! |
|
@flinkbot run azure |
|
@wuchong can you help review this pr when you are free? |
|
@flinkbot run azure |
|
Thanks for the contribution @oikomi , after going through it roughly, I have some concern that we are making the So I'm hesitated whether we should wait for FLINK-17793 or update |
|
@wuchong OK , let's wait for FLINK-17793 . |
What is the purpose of the change
add colum comment when users use describe instruction .
Verifying this change
Tested manually on a local cluster.
UT case see BatchTableEnvironmentTest.testExecuteSqlWithDescribeForComment and BatchTableEnvironmentTest.testExecuteSqlWithDescribe
also I have test in my production env as follow.