You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by hx...@apache.org on 2021/11/11 02:01:36 UTC

[flink] branch release-1.13 updated (89acb9a -> 3ef637d)

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

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


    from 89acb9a  [FLINK-23696][connectors/rabbitmq] Fix RMQSourceTest.testRedeliveredSessionIDsAck test
     add 3ef637d  [FLINK-24860][python] Fix the wrong position mappings in the Python UDTF

No new revisions were added by this update.

Summary of changes:
 .../rules/logical/PythonCorrelateSplitRule.java    | 71 ++++++++++++++----
 .../plan/rules/logical/PythonCalcSplitRule.scala   | 10 ++-
 .../CalcPythonCorrelateTransposeRuleTest.xml       |  8 +--
 .../rules/logical/PythonCorrelateSplitRuleTest.xml | 17 +++--
 .../rules/logical/PythonCorrelateSplitRule.java    | 83 ++++++++++++++++++----
 .../plan/rules/logical/PythonCalcSplitRule.scala   | 15 +++-
 6 files changed, 161 insertions(+), 43 deletions(-)