Skip to content

[hotfix][docs] Fix typo in Working with State V2 - Execution Order#28067

Open
OlivierHermans wants to merge 82 commits intoapache:masterfrom
OlivierHermans:patch-2
Open

[hotfix][docs] Fix typo in Working with State V2 - Execution Order#28067
OlivierHermans wants to merge 82 commits intoapache:masterfrom
OlivierHermans:patch-2

Conversation

@OlivierHermans
Copy link
Copy Markdown

No description provided.

Hang Ruan and others added 30 commits November 10, 2025 10:41
…tion logic in DefaultScheduler (apache#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 commit b6f0eb6)
* [FLINK-38611][doc] Add doc for delta join

(cherry picked from commit bcd8d7f)

* [FLINK-38625][doc] Fix broken anchor links about the table options in Performance Tuning page

(cherry picked from commit 1029df0)
Co-authored-by: raoraoxiong <xiongraorao@gmail.com>
Co-authored-by: Yun Tang <myasuka@live.com>

This closes apache#27186
…onFunction & AsyncFunction work when taking the recursive field of composite type as input

This closes apache#27259.
---------

Co-authored-by: Dian Fu <dianfu@apache.org>
… physical rules

Co-authored-by: Stepan Stepanishchev <116617250+SteveStevenpoor@users.noreply.github.com>
… invoked under `SELECT` fails with `StackOverflow`
The "stable version" link in the warning banner for unreleased/out-of-date docs now redirects to the equivalent page in the stable docs instead of always redirecting to the homepage.
All documentation pages now include a canonical link tag pointing to the stable version (flink-docs-stable). This prevents search engines from indexing duplicate content across master, release, and stable versions, consolidating SEO value on the stable docs where users should land.
ferenc-csaky and others added 17 commits April 1, 2026 14:35
Co-authored-by: Vishal <69051998+dataengineervishal@users.noreply.github.com>
…SON_OBJECT/ARRAY/STRING

Co-authored-by: Timo Walther <twalthr@apache.org>
If a split emits watermarks far into the future and then goes idle, alignment check will incorrectly mark it paused.
As max allowed watermark advances, Source operator will transition the split back to active state, (while its still idle)
This change aims to fix the issue by deferring the alignment check for idle splits until they break out of idleness.
Split transitions directly from paused to idle and from idle to pause don't make any sense, improving the logs to allow further analysis. It is a convention for flink metrics system to not fail the job though.
…ent check

Allow manual update of the timers for test purposes
…ericRowData to BinaryRowData

Co-authored-by: Dmitriy Linevich <48554952+ldadima@users.noreply.github.com>
…racters

---------

Co-authored-by: Au-Miner <75485809+Au-Miner@users.noreply.github.com>
Co-authored-by: Timo Walther <twalthr@apache.org>
@flinkbot
Copy link
Copy Markdown
Collaborator

flinkbot commented Apr 29, 2026

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

Copy link
Copy Markdown
Contributor

@spuru9 spuru9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spuru9
Copy link
Copy Markdown
Contributor

spuru9 commented Apr 29, 2026

@OlivierHermans #28064 appears to be also a similar change in the same file. Can you merge the 2.

@OlivierHermans
Copy link
Copy Markdown
Author

@spuru9 requested changes implemented

@github-actions github-actions Bot added target:release-2.2 community-reviewed PR has been reviewed by the community. labels Apr 29, 2026
@spuru9
Copy link
Copy Markdown
Contributor

spuru9 commented Apr 30, 2026

@spuru9 requested changes implemented

Thanks. Can you update the PR description as per the guidelines. Also why are we making this change against release-2.2 and not master? That would be a better place to have this change.

@OlivierHermans OlivierHermans changed the base branch from release-2.2 to master April 30, 2026 13:07
@spuru9
Copy link
Copy Markdown
Contributor

spuru9 commented Apr 30, 2026

You would probably have to cherry-pick you changes and push to this branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-reviewed PR has been reviewed by the community. target:release-2.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.