You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2022/03/22 11:20:03 UTC

[flink] branch release-1.14 updated (a0dd7aa -> 28f04b1)

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

dianfu pushed a change to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from a0dd7aa  [FLINK-26775][python] WindowOperator#process_element registers wrong cleanup timer
     add 28f04b1  [FLINK-26536][python] Fix RemoteKeyedStateBackend#merge_namespaces to handle properly for the timerservice

No new revisions were added by this update.

Summary of changes:
 .../pyflink/datastream/tests/test_data_stream.py   | 51 +++++++++++++++++++---
 .../datastream/window/merging_window_set.py        |  2 +-
 flink-python/pyflink/fn_execution/state_impl.py    |  9 ++--
 .../operators/python/timer/TimerRegistration.java  |  5 ++-
 .../streaming/api/utils/PythonOperatorUtils.java   | 11 +++++
 5 files changed, 65 insertions(+), 13 deletions(-)