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-32292] Fix TableUtils.getRowTypeInfo when the input contains Tuple #241

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

zhipeng93
Copy link
Contributor

@zhipeng93 zhipeng93 commented Jun 9, 2023

What is the purpose of the change

Fix TableUtils.getRowTypeInfo when the input contains Tuple.

Brief change log

  • Uses ExternalTypeInfo.of(..) when the input contains Tuples.
  • Adds unit test to cover the fix.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (no)

Documentation

  • Does this pull request introduce a new feature? (no)
  • If yes, how is the feature documented? (not applicable)

@lindong28
Copy link
Member

Thanks for the PR. LGTM.

@lindong28 lindong28 merged commit 0b6b7f7 into apache:master Jun 9, 2023
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