You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/06/04 03:58:58 UTC

[flink] branch master updated (aa882c1 -> 44931eb)

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

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


    from aa882c1  [FLINK-17994][checkpointing] Fix the race condition between CheckpointBarrierUnaligner#processBarrier and #notifyBarrierReceived
     add 44931eb  [FLINK-16451][table-planner-blink] Fix IndexOutOfBoundsException for DISTINCT AGG with constants

No new revisions were added by this update.

Summary of changes:
 .../codegen/agg/AggsHandlerCodeGenerator.scala     |  1 +
 .../planner/codegen/agg/DistinctAggCodeGen.scala   | 25 ++++++++++++++++------
 .../runtime/stream/sql/OverWindowITCase.scala      |  8 +++++--
 3 files changed, 25 insertions(+), 9 deletions(-)