- Notifications
You must be signed in to change notification settings - Fork13.8k
Comparing changes
Open a pull request
base repository:apache/flink
Uh oh!
There was an error while loading.Please reload this page.
base:master
head repository:apache/flink
Uh oh!
There was an error while loading.Please reload this page.
compare:release-2.2
Uh oh!
There was an error while loading.Please reload this page.
- 19commits
- 57files changed
- 12contributors
Commits on Nov 10, 2025
- Hang Ruan committed
Nov 10, 2025
Commits on Nov 12, 2025
Commits on Nov 13, 2025
[FLINK-38622][runtime] Enhance the requests and slots balanced alloca…
…tion logic in DefaultScheduler (#27234)- Introduce ResourceRequestPreMappings to compute the resource matching relationships when allocating all slots in bulk for balanced scheduling of streaming jobs in the default scheduler.- Introduce the test cases for ResourceRequestPreMappings.- Adapt the calculation logic of the TasksBalancedRequestSlotMatchingStrategy for bulk slot allocation using ResourceRequestPreMappings, in order to prevent job scheduling timeouts caused by untimely updates to the relationships between all requests and resources in load-balancing scenarios- Introduce TasksBalancedRequestSlotMatchingStrategyTest for enhancing the TasksBalancedRequestSlotMatchingStrategy testing.(cherry picked from commitb6f0eb6)
Commits on Nov 14, 2025
[FLINK-38611][doc] Add doc for delta join (#27225)
* [FLINK-38611][doc] Add doc for delta join(cherry picked from commitbcd8d7f)* [FLINK-38625][doc] Fix broken anchor links about the table options in Performance Tuning page(cherry picked from commit1029df0)
[hotfix][docs] Add
SHOW MATERIALIZED TABLES, `SHOW CREATE MATERIALI……ZED TABLE` to doc
Commits on Nov 17, 2025
[FLINK-38682][table-planner] Support unknown -> RAW cast during type …
…inference in limited validator scope
Commits on Nov 18, 2025
Commits on Nov 20, 2025
[FLINK-38695][table-planner] Fix wrong metric about left cache reques…
…t count in DeltaJoinCache (#27253)
Commits on Nov 22, 2025
[FLINK-36746][core] Fix the deadlock bug in SerializedThrowable
Co-authored-by: raoraoxiong <xiongraorao@gmail.com>Co-authored-by: Yun Tang <myasuka@live.com>Thiscloses#27186
Commits on Nov 24, 2025
[FLINK-38709][table][python] Fix ScalarFunctionSplitter to allow Pyth…
…onFunction & AsyncFunction work when taking the recursive field of composite type as inputThiscloses#27259.
Commits on Nov 25, 2025
[FLINK-38700][python] Fix kubernetes pyflink application test
---------Co-authored-by: Dian Fu <dianfu@apache.org>
Commits on Nov 26, 2025
[FLINK-38576][table] Align commonJoinKey in MultiJoin for logical and…
… physical rulesCo-authored-by: Stepan Stepanishchev <116617250+SteveStevenpoor@users.noreply.github.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff master...release-2.2
Uh oh!
There was an error while loading.Please reload this page.