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/03/18 11:42:59 UTC

[flink] branch master updated (a7dccf1 -> b83060d)

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 a7dccf1  [FLINK-16565][python][ml] Make Pipeline Json compitable between Java and Python if all PipelineStages are Java ones (#11420)
     add b83060d  [FLINK-16606][python] Throw exceptions for the data types which are not currently supported

No new revisions were added by this update.

Summary of changes:
 flink-python/pyflink/table/tests/test_calc.py      |  26 +++--
 .../pyflink/table/tests/test_descriptor.py         |   2 +-
 flink-python/pyflink/table/tests/test_types.py     |   6 +-
 flink-python/pyflink/table/tests/test_udf.py       |  16 +--
 flink-python/pyflink/table/types.py                | 108 +++++++++++++++++----
 5 files changed, 114 insertions(+), 44 deletions(-)