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 2020/03/13 09:23:11 UTC

[flink] branch master updated (22915d0 -> d6038cc)

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

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


    from 22915d0  [FLINK-16464][sql-client] Result-mode tableau may shift when content contains Chinese string in SQL CLI (#11334)
     add d6038cc  [FLINK-16524][python] Optimize the Python UDF execution to use generator to eliminate unnecessary function calls (#11374)

No new revisions were added by this update.

Summary of changes:
 flink-python/pyflink/fn_execution/coder_impl.py    | 119 +++++++++++++++------
 flink-python/pyflink/fn_execution/coders.py        |  21 +++-
 flink-python/pyflink/fn_execution/operations.py    |  30 ++----
 ...coders_test_common.py => test_coders_common.py} |  17 ++-
 4 files changed, 132 insertions(+), 55 deletions(-)
 rename flink-python/pyflink/fn_execution/tests/{coders_test_common.py => test_coders_common.py} (88%)