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 2021/05/11 02:20:09 UTC

[flink] branch master updated (3c342c9 -> 3d20144)

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 3c342c9  [FLINK-22313][table-planner-blink] Redundant CAST in plan when selecting window start and window end in window agg (#15806)
     add 3d20144  [FLINK-22523][table-planner-blink] Window TVF should throw helpful exception when specifying offset parameter (#15803)

No new revisions were added by this update.

Summary of changes:
 .../functions/sql/SqlCumulateTableFunction.java    |  5 +-
 .../planner/functions/sql/SqlHopTableFunction.java |  5 +-
 .../functions/sql/SqlTumbleTableFunction.java      |  7 +--
 .../plan/stream/sql/WindowTableFunctionTest.scala  | 55 ++++++++++++++++++++++
 4 files changed, 67 insertions(+), 5 deletions(-)