forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
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-36336] Remove deprecated dataset API exclude table module #2
Open
codenohup
wants to merge
35
commits into
reswqa:master
Choose a base branch
from
codenohup:remove-dataset-api-format
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…age with Internal in table modules (table-common, table-api-java and table-api-java-bridge) This closes apache#25427
…che.flink.streaming.api.windowing.time.Time;
…ase the direct memory of TM This closes apache#25413
codenohup
force-pushed
the
remove-dataset-api-format
branch
from
September 29, 2024 15:53
3725aea
to
aabd9ad
Compare
…y for DT enabled flag
We have ensured that all table modules does not depend on the flink-java module during compilation. However, since most tests depend on flink-streaming-java, which in turn depends on flink-java, the dependency on flink-java will not be excluded to ensure that these cases do not fail, until flink-streaming-java removes its dependency on flink-java.
codenohup
force-pushed
the
remove-dataset-api-format
branch
from
September 30, 2024 02:11
aabd9ad
to
7482644
Compare
…for Java 8 This closes apache#25406
…ForStStateBackend (apache#25125)
codenohup
force-pushed
the
remove-dataset-api-format
branch
from
September 30, 2024 03:04
7482644
to
05775ba
Compare
codenohup
force-pushed
the
remove-dataset-api-format
branch
from
September 30, 2024 05:43
05775ba
to
df5b360
Compare
* [FLINK-36355][runtime] Remove deprecated methods in NettyShuffleMetricFactory * [FLINK-36355][runtime] Remove deprecated IO_CURRENT_INPUT_N_WATERMARK * [FLINK-36355][runtime] Remove deprecated MetricNames.FULL_RESTARTS * [FLINK-36355][runtime] Remove deprecated direct usage of FrontMetricGroup#getLogicalScope * [FLINK-36355][runtime] Remove deprecated MetricStore#getJobManager
…emove deprecated Sink V1 in 2.0 (apache#25331)
…ing a measurement
…nd, FsStateBackend, RocksDBStateBackend
…ateBackend, FsStateBackend, RocksDBStateBackend This closes apache#25421
…rStSyncKeyedStateBackend
…backends that are actually used
… from incremental checkpoint
codenohup
force-pushed
the
remove-dataset-api-format
branch
from
September 30, 2024 10:04
df5b360
to
5b58882
Compare
codenohup
force-pushed
the
remove-dataset-api-format
branch
from
September 30, 2024 13:17
5b58882
to
ac981ac
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them on each deployment (during recovery).)
Brief change log
(for example:)
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 a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: (yes / no)Documentation