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/02/26 12:17:17 UTC

[flink] branch master updated (ce0366d -> 10b33f8)

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 ce0366d  [FLINK-16248][python][ml] Add interfaces for MLEnvironment and MLEnvironmentFactory (#11198)
     add 10b33f8  [FLINK-16283][table-planner] Fix potential NullPointerException when invoking close() on generated function (#11217)

No new revisions were added by this update.

Summary of changes:
 .../flink/table/runtime/aggregate/GroupAggProcessFunction.scala       | 4 +++-
 .../flink/table/runtime/aggregate/GroupTableAggProcessFunction.scala  | 4 +++-
 .../flink/table/runtime/aggregate/ProcTimeBoundedRangeOver.scala      | 4 +++-
 .../flink/table/runtime/aggregate/ProcTimeBoundedRowsOver.scala       | 4 +++-
 .../apache/flink/table/runtime/aggregate/ProcTimeUnboundedOver.scala  | 4 +++-
 .../flink/table/runtime/aggregate/RowTimeBoundedRangeOver.scala       | 4 +++-
 .../apache/flink/table/runtime/aggregate/RowTimeBoundedRowsOver.scala | 4 +++-
 .../apache/flink/table/runtime/aggregate/RowTimeUnboundedOver.scala   | 4 +++-
 8 files changed, 24 insertions(+), 8 deletions(-)