You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2022/01/27 14:43:04 UTC

[flink] branch master updated (68948ae -> 24f7188)

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 68948ae  [hotfix] Migrates ApplicationDispatcherBootstrapITCase to JUnit5/AssertJ
     add 24f7188  [FLINK-25805][table-planner] Use DataType compact representation for default conversion classes

No new revisions were added by this update.

Summary of changes:
 .../nodes/exec/serde/DataTypeJsonDeserializer.java |  25 ++++--
 .../nodes/exec/serde/DataTypeJsonSerializer.java   | 100 +++++++++++++--------
 .../exec/serde/LogicalTypeJsonDeserializer.java    |   4 +-
 .../nodes/exec/serde/DataTypeJsonSerdeTest.java    |   3 +-
 ...stDistinctAggCalls[isMiniBatchEnabled=true].out |  70 +++++----------
 .../testIncrementalAggregate.out                   |  10 ++-
 ...lAggregateWithSumCountDistinctAndRetraction.out |  30 ++-----
 .../testDistinctSplitEnabled.out                   |  10 ++-
 .../testEventTimeTumbleWindow.out                  |  58 ++++--------
 .../testEventTimeTumbleWindowWithOffset.out        |  58 ++++--------
 .../testEventTimeTumbleWindow.out                  |  20 +++--
 11 files changed, 170 insertions(+), 218 deletions(-)