-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[FLINK-11083][Table&SQL] CRowSerializerConfigSnapshot is not instantiable #7267
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
tzulitai
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.
Changes looks good, with one minor comment in the tests. Thanks for fixing this.
| new CRowSerializer.CRowSerializerConfigSnapshot() | ||
|
|
||
| val serializerConfigSnapshotClass = Class.forName( | ||
| "org.apache.flink.table.runtime.types.CRowSerializer$CRowSerializerConfigSnapshot") |
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.
Can you use classOf[...] here?
|
@tzulitai Thanks for the review. Have updated the PR to address your comment. |
|
Hi @kisimple there is already a committer taking care of this PR. You don't need to ping more people. |
|
LGTM, merging this ... |
…iable This closes apache#7267.
…iable This closes apache#7267.
…iable This closes apache#7267.
…iable This closes apache#7267.
…iable This closes apache#7267.
…iable This closes apache#7267.
What is the purpose of the change
This patch adds an empty nullary constructor to
CRowSerializerConfigSnapshot.Brief change log
CRowSerializerConfigSnapshot.Verifying this change
This change added tests and can be verified as follows:
CRowSerializerTestto verify the change.Does this pull request potentially affect one of the following parts:
@Public(Evolving): (no)Documentation