This is an automated email from the ASF dual-hosted git repository.

jchan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 701e937415f [hotfix][docs] Add SQL Gateway doc reference in the 
Chinese version of table overview
     add cc62044efc0 [FLINK-33334][table] Make map entries sorted by keys in 
json plan to have it stable for java21

No new revisions were added by this update.

Summary of changes:
 .../plan/nodes/exec/serde/JsonSerdeUtil.java       |   2 +
 .../test/resources/jsonplan/testGetJsonPlan.out    |   4 +-
 .../CalcJsonPlanTest_jsonplan/testComplexCalc.out  |   4 +-
 .../testProjectPushDown.out                        |   4 +-
 .../stream/CalcJsonPlanTest_jsonplan/testSarg.out  |   8 +-
 .../CalcJsonPlanTest_jsonplan/testSimpleFilter.out |   4 +-
 .../testSimpleProject.out                          |   4 +-
 .../testChangelogSource.out                        |   8 +-
 .../testUpsertSource.out                           |   8 +-
 .../testCrossJoin.out                              |   4 +-
 .../testCrossJoinOverrideParameters.out            |   4 +-
 .../testJoinWithFilter.out                         |   4 +-
 .../testLeftOuterJoinWithLiteralTrue.out           |   4 +-
 .../testDeduplication.out                          |   4 +-
 .../ExpandJsonPlanTest_jsonplan/testExpand.out     |   8 +-
 ...tDistinctAggCalls[isMiniBatchEnabled=false].out |   8 +-
 ...stDistinctAggCalls[isMiniBatchEnabled=true].out |   8 +-
 ...gCallsWithGroupBy[isMiniBatchEnabled=false].out |   8 +-
 ...ggCallsWithGroupBy[isMiniBatchEnabled=true].out |   8 +-
 ...AggWithoutGroupBy[isMiniBatchEnabled=false].out |   8 +-
 ...eAggWithoutGroupBy[isMiniBatchEnabled=true].out |   8 +-
 ...erDefinedAggCalls[isMiniBatchEnabled=false].out |   8 +-
 ...serDefinedAggCalls[isMiniBatchEnabled=true].out |   8 +-
 .../testIncrementalAggregate.out                   |   8 +-
 ...lAggregateWithSumCountDistinctAndRetraction.out |   8 +-
 .../testProcessingTimeInnerJoinWithOnClause.out    |   8 +-
 .../testRowTimeInnerJoinWithOnClause.out           |   8 +-
 .../JoinJsonPlanTest_jsonplan/testInnerJoin.out    |   8 +-
 .../testInnerJoinWithEqualPk.out                   |  12 +--
 .../testInnerJoinWithPk.out                        |  12 +--
 .../testLeftJoinNonEqui.out                        |  12 +--
 .../LimitJsonPlanTest_jsonplan/testLimit.out       |   8 +-
 .../testAggAndLeftJoinWithTryResolveMode.out       |  12 +--
 .../testJoinTemporalTable.out                      |   8 +-
 .../testJoinTemporalTableWithAsyncHint.out         |   8 +-
 .../testJoinTemporalTableWithAsyncHint2.out        |   8 +-
 .../testJoinTemporalTableWithAsyncRetryHint.out    |   8 +-
 .../testJoinTemporalTableWithAsyncRetryHint2.out   |   8 +-
 ...testJoinTemporalTableWithProjectionPushDown.out |   8 +-
 .../testJoinTemporalTableWithRetryHint.out         |   8 +-
 ...eftJoinTemporalTableWithMultiJoinConditions.out |  10 +--
 .../testLeftJoinTemporalTableWithPostFilter.out    |  10 +--
 .../testLeftJoinTemporalTableWithPreFilter.out     |  10 +--
 .../testMatch.out                                  |  16 ++--
 .../testSkipPastLastRow.out                        | 100 ++++++++++-----------
 .../testSkipToFirst.out                            | 100 ++++++++++-----------
 .../testSkipToLast.out                             | 100 ++++++++++-----------
 .../testSkipToNextRow.out                          | 100 ++++++++++-----------
 .../testProcTimeBoundedNonPartitionedRangeOver.out |   8 +-
 .../testProcTimeBoundedPartitionedRangeOver.out    |   8 +-
 ...undedPartitionedRowsOverWithBuiltinProctime.out |   8 +-
 .../testProcTimeUnboundedPartitionedRangeOver.out  |   8 +-
 ...stProctimeBoundedDistinctPartitionedRowOver.out |   8 +-
 ...edDistinctWithNonDistinctPartitionedRowOver.out |   8 +-
 .../testRowTimeBoundedPartitionedRowsOver.out      |   8 +-
 .../testPythonCalc.out                             |   4 +-
 .../testPythonFunctionInWhereClause.out            |   4 +-
 .../testJoinWithFilter.out                         |   4 +-
 .../testPythonTableFunction.out                    |   4 +-
 .../tesPythonAggCallsWithGroupBy.out               |   8 +-
 .../testProcTimeBoundedNonPartitionedRangeOver.out |   8 +-
 .../testProcTimeBoundedPartitionedRangeOver.out    |   8 +-
 ...undedPartitionedRowsOverWithBuiltinProctime.out |   8 +-
 .../testProcTimeUnboundedPartitionedRangeOver.out  |   8 +-
 .../testRowTimeBoundedPartitionedRowsOver.out      |   8 +-
 .../stream/RankJsonPlanTest_jsonplan/testRank.out  |   8 +-
 .../stream/SortJsonPlanTest_jsonplan/testSort.out  |  10 +--
 .../testSortLimit.out                              |   8 +-
 ...WithNonDeterministicFuncSinkWithDifferentPk.out |   8 +-
 .../testOverwrite.out                              |   8 +-
 .../testPartialInsert.out                          |   8 +-
 .../testPartitioning.out                           |   8 +-
 .../testWritingMetadata.out                        |   4 +-
 .../testFilterPushDown.out                         |   4 +-
 .../testLimitPushDown.out                          |   4 +-
 .../testPartitionPushDown.out                      |   4 +-
 .../testProjectPushDown.out                        |   4 +-
 .../testReadingMetadata.out                        |   4 +-
 .../testWatermarkPushDown.out                      |   4 +-
 .../UnionJsonPlanTest_jsonplan/testUnion.out       |   8 +-
 .../ValuesJsonPlanTest_jsonplan/testValues.out     |   4 +-
 .../testWatermarkAssigner.out                      |   4 +-
 .../testDistinctSplitEnabled.out                   |   4 +-
 83 files changed, 482 insertions(+), 480 deletions(-)

Reply via email to