-
Notifications
You must be signed in to change notification settings - Fork 13.9k
[FLINK-36492][TABLE API] Remove all deprecated methods in ListView #25565
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
ec403ec to
8927657
Compare
|
@flinkbot run azure |
tomncooper
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.
LGTM, if you rebase on master you should get the fixes for the wikiedits test failures.
8927657 to
9ea6306
Compare
SamBarker
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.
LGTM
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/dataview/ListView.java
Show resolved
Hide resolved
Signed-off-by: Gantigmaa Selenge <tina.selenge@gmail.com>
cbffeba to
b84c23a
Compare
b84c23a to
8a06b99
Compare
|
Hi, @tinaselenge can you take a look at the compile failure in ci? |
8a06b99 to
8c16bf1
Compare
|
@xuyangzhong thanks. The ci failure is fixed. |
xuyangzhong
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.
Thanks for driving this! I just left some comments.
...le-planner/src/main/scala/org/apache/flink/table/planner/typeutils/LegacyDataViewUtils.scala
Outdated
Show resolved
Hide resolved
xuyangzhong
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.
LGTM, thanks for updating.
lsyldliu
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.
@tinaselenge Thanks for your contribution, I left a comment.
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/dataview/ListView.java
Show resolved
Hide resolved
lsyldliu
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.
LGTM
…apache#25565) Signed-off-by: Gantigmaa Selenge <tina.selenge@gmail.com>
…apache#25565) Signed-off-by: Gantigmaa Selenge <tina.selenge@gmail.com>
What is the purpose of the change
This is a subtask of [FLINK-36476](https://issues.apache.org/jira/browse/FLINK-36476) Remove all deprecated methods under public APIs in table modules
Brief change log
Remove deprecated method
Verifying this change
Please make sure both new and modified tests in this PR follow the conventions for tests defined in our code quality guide.
(Please pick either of the following options)
This change is already covered by existing tests, such as (please describe tests).
Does this pull request potentially affect one of the following parts:
@Public(Evolving): (yes)Documentation