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

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


    from db44834  [FLINK-21831][state][changelog] Add missing delegation of 
KeyGroupedInternalPriorityQueue
     new 8075f10  [FLINK-21869][table-planner-blink] Make the field name in the 
json plan more readable for Rank node
     new 5ff359b  [FLINK-21869][table-planner-blink] Support 
StreamExecTemporalSort json serialization/deserialization

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:
 .../plan/nodes/exec/stream/StreamExecRank.java     |   4 +-
 .../nodes/exec/stream/StreamExecTemporalSort.java  |  30 ++-
 .../nodes/exec/stream/JsonSerdeCoverageTest.java   |   1 -
 ...PlanTest.java => TemporalSortJsonPlanTest.java} |  46 ++--
 .../stream/jsonplan/TemporalSortJsonITCase.java    |  89 ++++++++
 .../table/planner/utils/JsonPlanTestBase.java      |  12 +-
 .../LimitJsonPlanTest_jsonplan/testLimit.out       |   4 +-
 .../stream/RankJsonPlanTest_jsonplan/testRank.out  |   4 +-
 .../testSortLimit.out                              |   4 +-
 .../testLimitPushDown.out                          |   4 +-
 .../testSortProcessingTime.out}                    | 248 +++++++++------------
 .../testSortRowTime.out}                           | 209 ++++++++---------
 12 files changed, 354 insertions(+), 301 deletions(-)
 copy 
flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/{LimitJsonPlanTest.java
 => TemporalSortJsonPlanTest.java} (59%)
 create mode 100644 
flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/runtime/stream/jsonplan/TemporalSortJsonITCase.java
 copy 
flink-table/flink-table-planner-blink/src/test/resources/org/apache/flink/table/planner/plan/nodes/exec/stream/{GroupWindowAggregateJsonPlanTest_jsonplan/testProcTimeSessionWindow.out
 => TemporalSortJsonPlanTest_jsonplan/testSortProcessingTime.out} (76%)
 copy 
flink-table/flink-table-planner-blink/src/test/resources/org/apache/flink/table/planner/plan/nodes/exec/stream/{GroupWindowAggregateJsonPlanTest_jsonplan/testEventTimeSessionWindow.out
 => TemporalSortJsonPlanTest_jsonplan/testSortRowTime.out} (72%)

Reply via email to