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 5afc301bc64 [FLINK-30665][table] Planner supports row-level update
     new 11a0fc32c9c [hotfix] Migrate ExecutionConfigTest to JUnit5.
     new 1bfde8119d2 [hotfix][runtime] remove ExecutionConfig#setScheduler
     new 143464d8281 [FLINK-30683][runtime] Use AdaptiveBatchScheduler as 
default batch scheduler

The 3 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:
 .../explain/testCountAggFunctionFallbackPlan.out   |  27 +-
 .../explain/testMaxAggFunctionFallbackPlan.out     |  12 +-
 .../explain/testMinAggFunctionFallbackPlan.out     |  12 +-
 .../explain/testSumAggFunctionFallbackPlan.out     |  12 +-
 .../apache/flink/api/common/ExecutionConfig.java   |  21 +-
 .../flink/api/common/ExecutionConfigTest.java      | 124 ++-
 .../optimizer/plantranslate/JobGraphGenerator.java |  13 +-
 .../JobMasterServiceLeadershipRunnerFactory.java   |   2 +-
 .../apache/flink/runtime/jobgraph/JobGraph.java    |  10 +
 .../DefaultSlotPoolServiceSchedulerFactory.java    |  23 +-
 ...DefaultSlotPoolServiceSchedulerFactoryTest.java |   4 +-
 .../flink/runtime/jobmaster/JobMasterTest.java     |  11 +-
 .../runtime/jobmaster/utils/JobMasterBuilder.java  |   2 +-
 .../adaptivebatch/AdaptiveBatchSchedulerTest.java  |  11 -
 .../flink/streaming/api/graph/StreamGraph.java     |  14 +-
 .../streaming/api/graph/StreamGraphGenerator.java  |  11 +
 .../api/graph/StreamingJobGraphGenerator.java      |  11 +-
 .../partitioner/StreamPartitionerTestUtils.java    |   3 -
 .../processor/ForwardHashExchangeProcessor.java    |   9 +-
 .../plan/batch/sql/ForwardHashExchangeTest.java    |   2 -
 .../runtime/batch/ParallelismSettingTest.java      |   1 -
 .../runtime/batch/sql/DynamicFilteringITCase.java  |  30 +-
 .../batch/sql/ForwardHashExchangeITCase.java       |   2 -
 .../batch/sql/join/AdaptiveHashJoinITCase.java     |   4 -
 .../planner/plan/batch/sql/DagOptimizationTest.xml |  16 +-
 .../planner/plan/batch/sql/DeadlockBreakupTest.xml |  76 +-
 .../plan/batch/sql/MultipleInputCreationTest.xml   | 867 +++++++++++++++++++--
 .../table/planner/plan/batch/sql/RankTest.xml      | 136 ++--
 .../planner/plan/batch/sql/RemoveCollationTest.xml | 199 +++--
 .../planner/plan/batch/sql/RemoveShuffleTest.xml   | 253 +++---
 .../planner/plan/batch/sql/SetOperatorsTest.xml    |  56 +-
 .../planner/plan/batch/sql/SubplanReuseTest.xml    |  81 +-
 .../table/planner/plan/batch/sql/UnnestTest.xml    |  42 +-
 .../plan/batch/sql/WindowTableFunctionTest.xml     |  50 +-
 .../batch/sql/agg/AggregateReduceGroupingTest.xml  | 122 +--
 .../plan/batch/sql/agg/DistinctAggregateTest.xml   |  48 +-
 .../planner/plan/batch/sql/agg/GroupWindowTest.xml | 192 +++--
 .../plan/batch/sql/agg/GroupingSetsTest.xml        |  24 +-
 .../plan/batch/sql/agg/OverAggregateTest.xml       | 268 ++++---
 .../plan/batch/sql/agg/SortAggregateTest.xml       | 196 +++--
 .../sql/join/BroadcastHashSemiAntiJoinTest.xml     |  20 +-
 .../planner/plan/batch/sql/join/LookupJoinTest.xml |   4 +-
 .../batch/sql/join/NestedLoopSemiAntiJoinTest.xml  |  20 +-
 .../plan/batch/sql/join/SemiAntiJoinTest.xml       |  20 +-
 .../sql/join/ShuffledHashSemiAntiJoinTest.xml      |  20 +-
 .../plan/batch/sql/join/SingleRowJoinTest.xml      |  26 +-
 .../batch/sql/join/SortMergeSemiAntiJoinTest.xml   |  53 +-
 .../planner/plan/batch/table/GroupWindowTest.xml   |  13 +-
 .../plan/batch/table/PythonAggregateTest.xml       |   7 +-
 .../batch/table/PythonGroupWindowAggregateTest.xml |  14 +-
 .../batch/table/PythonOverWindowAggregateTest.xml  |  14 +-
 .../planner/plan/batch/table/SetOperatorsTest.xml  |   2 +-
 .../nodes/exec/operator/BatchOperatorNameTest.xml  |  86 +-
 .../plan/batch/sql/DeadlockBreakupTest.scala       |   4 +
 .../plan/batch/sql/MultipleInputCreationTest.scala |  18 +-
 .../runtime/batch/sql/MultipleInputITCase.scala    |  18 +-
 .../planner/runtime/utils/BatchTestBase.scala      |   3 -
 .../flink/table/planner/utils/TableTestBase.scala  |   4 -
 .../scheduling/AdaptiveBatchSchedulerITCase.java   |   2 -
 .../PipelinedRegionSchedulingITCase.java           |   1 +
 .../scheduling/SpeculativeSchedulerITCase.java     |   2 -
 61 files changed, 2212 insertions(+), 1136 deletions(-)

Reply via email to