yunfengzhou-hub

Results 84 issues of yunfengzhou-hub

## What is the purpose of the change This PR is a continuation of #20275, further guaranteeing the consistency of operator events sent from subtasks to their coordinators. A coordinator...

component=Runtime/Checkpointing

## What is the purpose of the change This PR modifies Flink ML's python quickstart document to improve user experience and to align with flink's quickstart documents ## Brief change...

## What is the purpose of the change This pull request adds support for consuming multiple subpartitions in a single input channel. ## Brief change log - Separate the notion...

## What is the purpose of the change This pull request adds support for EndOfStreamTrigger and isOutputOnlyAfterEndOfStream operator attribute to optimize task deployment. ## Brief change log - Introduces OperatorAttributes...

Clink needs more documentation and examples about the usage of Clink APIs so as to improve Clink's readability and usability. It is equally important to setup conventions for the whole...

build-cli-deps.sh ```shell # zip Feathub and its dependencies cd "${CURRENT_DIR}" if [[ -z "${FEATHUB_WHEEL_PATH}" ]]; then # TODO: Install the latest stable version after Feathub released. python -m pip install...

type:improvement

Add test and document for built-in function ARRAY.

type:improvement

Feathub should provide document for configurations like `common.timeZone`.

type:improvement

SlidingWindowKeyedProcessFunction.java: ```java // TODO: Register at most one timer at a timestamp regardless of the number of the keys // processed by the operator. while (triggerTime

type:improvement