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 e0d2db7  [FLINK-16366] [table] Introduce executeSql method in 
TableEnvironment
     new c874700  [FLINK-17118][AZP] Use rmetzger/flink-ci:ubuntu-amd64-bcef226 
image which contains gcc used for PyFlink cython tests
     new 3cd8716  [FLINK-17118][python] Add Cython support for primitive data 
types

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   2 +
 azure-pipelines.yml                                |   2 +-
 flink-python/MANIFEST.in                           |   2 +
 flink-python/pyflink/fn_execution/coder_impl.py    |   2 +-
 flink-python/pyflink/fn_execution/coders.py        |   2 +-
 .../pyflink/fn_execution/fast_coder_impl.pxd       | 192 +++++++
 .../pyflink/fn_execution/fast_coder_impl.pyx       | 553 +++++++++++++++++++++
 .../{test_coders_common.py => test_coders.py}      |   9 +
 .../pyflink/fn_execution/tests/test_fast_coders.py | 141 ++++++
 flink-python/setup.py                              |  28 +-
 flink-python/tox.ini                               |   8 +-
 tools/azure-pipelines/build-apache-repo.yml        |   2 +-
 12 files changed, 936 insertions(+), 7 deletions(-)
 create mode 100644 flink-python/pyflink/fn_execution/fast_coder_impl.pxd
 create mode 100644 flink-python/pyflink/fn_execution/fast_coder_impl.pyx
 rename flink-python/pyflink/fn_execution/tests/{test_coders_common.py => 
test_coders.py} (95%)
 create mode 100644 flink-python/pyflink/fn_execution/tests/test_fast_coders.py

Reply via email to