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

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


    from b8d1a48  [hotfix] Fix typing errors for 
SortMergeResultPartitionReadScheduler#createSubpartitionReader
     new 75992f4  [FLINK-25230][table-planner] Replace RelDataType with 
LogicalType serialization
     new ac32c9f  [FLINK-25230][table-planner] Regenerate JSON plans

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:
 .../exec/serde/AggregateCallJsonSerializer.java    |   2 +-
 .../exec/serde/RelDataTypeJsonDeserializer.java    | 173 +-----
 .../exec/serde/RelDataTypeJsonSerializer.java      | 146 +----
 .../nodes/exec/serde/RexNodeJsonSerializer.java    |  74 ++-
 .../exec/serde/RexWindowBoundJsonSerializer.java   |   3 +-
 .../planner/plan/schema/StructuredRelDataType.java |   2 +-
 .../typeutils/LogicalRelDataTypeConverter.java     | 649 +++++++++++++++++++++
 .../nodes/exec/serde/DataTypeJsonSerdeTest.java    |  51 +-
 .../serde/DynamicTableSourceSpecSerdeTest.java     |   3 +
 .../plan/nodes/exec/serde/JsonSerdeMocks.java      |  76 +++
 .../nodes/exec/serde/LogicalTypeJsonSerdeTest.java |  45 +-
 .../nodes/exec/serde/RelDataTypeJsonSerdeTest.java | 219 +++----
 .../plan/nodes/exec/serde/RexNodeSerdeTest.java    | 103 +---
 .../nodes/exec/serde/RexWindowBoundSerdeTest.java  |   3 +-
 .../serde/TemporalTableSourceSpecSerdeTest.java    |   8 +-
 .../typeutils/LogicalRelDataTypeConverterTest.java | 215 +++++++
 .../CalcJsonPlanTest_jsonplan/testComplexCalc.out  | 175 ++----
 .../CalcJsonPlanTest_jsonplan/testSimpleFilter.out |  37 +-
 .../testCrossJoin.out                              |  52 +-
 .../testCrossJoinOverrideParameters.out            |  58 +-
 .../testJoinWithFilter.out                         |  69 +--
 .../testLeftOuterJoinWithLiteralTrue.out           |  52 +-
 .../testDeduplication.out                          |  53 +-
 .../ExpandJsonPlanTest_jsonplan/testExpand.out     | 197 ++-----
 ...tDistinctAggCalls[isMiniBatchEnabled=false].out | 126 +---
 ...stDistinctAggCalls[isMiniBatchEnabled=true].out | 156 +----
 ...gCallsWithGroupBy[isMiniBatchEnabled=false].out |  83 +--
 ...ggCallsWithGroupBy[isMiniBatchEnabled=true].out |  99 +---
 ...AggWithoutGroupBy[isMiniBatchEnabled=false].out | 103 +---
 ...eAggWithoutGroupBy[isMiniBatchEnabled=true].out | 124 +---
 ...erDefinedAggCalls[isMiniBatchEnabled=false].out |  81 +--
 ...serDefinedAggCalls[isMiniBatchEnabled=true].out |  81 +--
 .../testEventTimeHopWindow.out                     |  57 +-
 .../testEventTimeSessionWindow.out                 |  57 +-
 .../testEventTimeTumbleWindow.out                  | 106 +---
 .../testProcTimeHopWindow.out                      |  76 +--
 .../testProcTimeSessionWindow.out                  |  76 +--
 .../testProcTimeTumbleWindow.out                   |  76 +--
 .../testIncrementalAggregate.out                   |  47 +-
 ...lAggregateWithSumCountDistinctAndRetraction.out |  95 +--
 .../testProcessingTimeInnerJoinWithOnClause.out    | 148 ++---
 .../testRowTimeInnerJoinWithOnClause.out           |  99 +---
 .../testInnerJoinWithPk.out                        |  50 +-
 .../testLeftJoinNonEqui.out                        |  25 +-
 .../LimitJsonPlanTest_jsonplan/testLimit.out       |  10 +-
 .../testJoinTemporalTable.out                      | 141 +----
 ...testJoinTemporalTableWithProjectionPushDown.out | 135 +----
 .../testMatch.out                                  | 162 ++---
 .../testProcTimeBoundedNonPartitionedRangeOver.out |  85 +--
 .../testProcTimeBoundedPartitionedRangeOver.out    | 130 +----
 ...undedPartitionedRowsOverWithBuiltinProctime.out |  98 +---
 .../testProcTimeUnboundedPartitionedRangeOver.out  | 106 +---
 ...stProctimeBoundedDistinctPartitionedRowOver.out | 116 +---
 ...edDistinctWithNonDistinctPartitionedRowOver.out | 184 ++----
 .../testRowTimeBoundedPartitionedRowsOver.out      |  31 +-
 .../testPythonCalc.out                             |  20 +-
 .../testPythonFunctionInWhereClause.out            |  65 +--
 .../testJoinWithFilter.out                         | 135 +----
 .../testPythonTableFunction.out                    |  80 +--
 .../tesPythonAggCallsWithGroupBy.out               |  50 +-
 .../testEventTimeHopWindow.out                     |  77 +--
 .../testEventTimeSessionWindow.out                 |  77 +--
 .../testEventTimeTumbleWindow.out                  |  99 +---
 .../testProcTimeHopWindow.out                      |  91 +--
 .../testProcTimeSessionWindow.out                  |  91 +--
 .../testProcTimeTumbleWindow.out                   | 107 +---
 .../testProcTimeBoundedNonPartitionedRangeOver.out |  80 +--
 .../testProcTimeBoundedPartitionedRangeOver.out    |  85 +--
 ...undedPartitionedRowsOverWithBuiltinProctime.out |  58 +-
 .../testProcTimeUnboundedPartitionedRangeOver.out  |  71 +--
 .../testRowTimeBoundedPartitionedRowsOver.out      |  57 +-
 .../stream/RankJsonPlanTest_jsonplan/testRank.out  |  20 +-
 .../testSortLimit.out                              |  10 +-
 .../testPartitioning.out                           |  16 +-
 .../testFilterPushDown.out                         |  15 +-
 .../testPartitionPushDown.out                      |  22 +-
 .../testWatermarkPushDown.out                      |  19 +-
 .../testJoinTemporalFunction.out                   |  27 +-
 .../testTemporalTableJoin.out                      |  27 +-
 .../testSortProcessingTime.out                     |  54 +-
 .../testSortRowTime.out                            |  47 +-
 .../ValuesJsonPlanTest_jsonplan/testValues.out     |  64 +-
 .../testWatermarkAssigner.out                      |  19 +-
 .../testDistinctSplitEnabled.out                   | 246 ++------
 .../testEventTimeCumulateWindow.out                | 110 +---
 .../testEventTimeCumulateWindowWithOffset.out      | 110 +---
 .../testEventTimeHopWindow.out                     | 104 +---
 .../testEventTimeHopWindowWithOffset.out           | 104 +---
 .../testEventTimeTumbleWindow.out                  | 149 +----
 .../testEventTimeTumbleWindowWithOffset.out        | 149 +----
 .../testProcTimeCumulateWindow.out                 |  82 +--
 .../testProcTimeHopWindow.out                      |  86 +--
 .../testProcTimeTumbleWindow.out                   |  76 +--
 .../testEventTimeTumbleWindow.out                  | 220 ++-----
 .../testFollowedByWindowDeduplicate.out            | 116 +---
 .../testFollowedByWindowJoin.out                   | 224 ++-----
 .../testFollowedByWindowRank.out                   | 110 +---
 .../testIndividualWindowTVF.out                    |  75 +--
 .../testIndividualWindowTVFProcessingTime.out      | 105 +---
 99 files changed, 2649 insertions(+), 6428 deletions(-)
 create mode 100644 
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/typeutils/LogicalRelDataTypeConverter.java
 create mode 100644 
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/serde/JsonSerdeMocks.java
 create mode 100644 
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/typeutils/LogicalRelDataTypeConverterTest.java

Reply via email to