This is an automated email from the ASF dual-hosted git repository. zhuzh pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from 49d0a759ada [FLINK-36607][table-planner] Introduce AdaptiveJoinProcessor to inject adaptive join node. new 80c748f7b7f [FLINK-36850][streaming-java] Support IntermediateDataSetID generated from source JobVertexID and consumer stream node id. new fafd86cd648 [FLINK-36850][runtime] Disable adaptive batch execution when batch job progress recovery is enabled. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../runtime/jobgraph/IntermediateDataSetID.java | 4 ++ .../AdaptiveBatchSchedulerFactory.java | 5 +- .../AdaptiveExecutionHandlerFactory.java | 16 +++++- .../api/graph/StreamingJobGraphGenerator.java | 66 +++++++++++++++------- .../flink/test/scheduling/JMFailoverITCase.java | 65 +++++++++++---------- 5 files changed, 101 insertions(+), 55 deletions(-)