You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by he...@apache.org on 2020/08/05 01:37:32 UTC

[flink] branch master updated (86594ba -> ea9f449)

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

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


    from 86594ba  [FLINK-18658][tests] Forward RpcServiceSharing setting
     add ea9f449  [FLINK-18763][python] Support basic TypeInformation for Python DataStream API. (#13029)

No new revisions were added by this update.

Summary of changes:
 flink-python/pyflink/common/tests/test_typeinfo.py | 134 ++++++
 flink-python/pyflink/common/typeinfo.py            | 473 +++++++++++++++++++++
 .../typeinfo/python/PickledByteArrayTypeInfo.java  |  90 ++++
 3 files changed, 697 insertions(+)
 create mode 100644 flink-python/pyflink/common/tests/test_typeinfo.py
 create mode 100644 flink-python/pyflink/common/typeinfo.py
 create mode 100644 flink-python/src/main/java/org/apache/flink/datastream/typeinfo/python/PickledByteArrayTypeInfo.java