You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2020/07/29 16:23:07 UTC

[flink] branch master updated (b7e1574 -> 4343e00)

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

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


    from b7e1574  [FLINK-15803][table] Update AggregateFunction and TableAggregateFunction to the new type system
     add 4343e00  [FLINK-18606][java-streaming] Remove unused generic parameter from SinkFunction.Context

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/streaming/api/functions/sink/SinkContextUtil.java    | 4 ++--
 .../org/apache/flink/streaming/api/functions/sink/SinkFunction.java   | 4 +---
 .../java/org/apache/flink/streaming/api/operators/StreamSink.java     | 2 +-
 .../org/apache/flink/streaming/api/scala/IntervalJoinITCase.scala     | 2 +-
 .../org/apache/flink/table/runtime/operators/sink/SinkOperator.java   | 2 +-
 5 files changed, 6 insertions(+), 8 deletions(-)