-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[hotfix][docs][Update datagen.md]Change the type of the "fields.#.null-rate" option in the DataGen SQL Connector to Float #27447
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
…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)
…heduling. (apache#27241) (cherry picked from commit 7de3392)
…ZED TABLE` to doc
…inference in limited validator scope
…t count in DeltaJoinCache (apache#27253)
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.
(cherry picked from commit 5da177d)
…countering a 404 (cherry picked from commit 1047406)
Change the type of the "fields.#.null-rate" option in the DataGen SQL Connector to Float
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.
I am a bit confused. This change was for a change to datagen as per the PR title. It looks like you have expanded this hotfix to include other documentation - is this to bring it up to date with the version 2 stream? This seems a lot for a hot fix. You have also included a lot of code - I am not sure why . It would be better to separate out these changes and have Jiras for the non-trivial changes.
|
I merely revised the document and did not make any changes to the code. |
|
I will make a revision and close the current PR, then reopen a new one. |
Change the type of the "fields.#.null-rate" option in the DataGen SQL Connector to Float.
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