Skip to content
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

[flink] create table validate options #3913

Closed
wants to merge 1 commit into from

Conversation

MonsterChenzhuo
Copy link
Contributor

@MonsterChenzhuo MonsterChenzhuo commented Aug 6, 2024

Purpose

A wrong table parameter can also be successfully built. I think it need validate options.
wecom-temp-79456-8b30745bfde073a039835c4e0678b158

Tests

SchemaChangeITCase#testCreateTableWithInvalidOption

API and Format

Documentation

@MonsterChenzhuo MonsterChenzhuo force-pushed the validate branch 4 times, most recently from 91c0f22 to b0adcdf Compare August 7, 2024 03:24
@MonsterChenzhuo
Copy link
Contributor Author

image In executing the test cases for Hive3, the aforementioned problem was encountered. cc @JingsongLi

@JingsongLi
Copy link
Contributor

Hi @MonsterChenzhuo , it is really hard to validate options.

  1. We have so many options.
  2. Some options have fallback options.
  3. Issue of version compatibility, in some cases, older versions ignore some optimization options of newer versions.

@MonsterChenzhuo
Copy link
Contributor Author

Hi @MonsterChenzhuo , it is really hard to validate options.

  1. We have so many options.
  2. Some options have fallback options.
  3. Issue of version compatibility, in some cases, older versions ignore some optimization options of newer versions.

😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants