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 fc66027 [FLINK-19880][json] Fix ignore-parse-errors option not work
for the legacy JSON format
add 2061b72 [FLINK-20666][python] Fix the deserialized Row losing the
fields name information
No new revisions were added by this update.
Summary of changes:
flink-python/pyflink/common/types.py | 5 ++++
.../pyflink/datastream/tests/test_data_stream.py | 27 +++++++++++-----------
.../fn_execution/beam/beam_coder_impl_slow.py | 4 +++-
.../pyflink/fn_execution/coder_impl_fast.pxd | 1 +
.../pyflink/fn_execution/coder_impl_fast.pyx | 5 +++-
flink-python/pyflink/fn_execution/coders.py | 14 +++++++----
.../pyflink/fn_execution/tests/test_coders.py | 5 ++--
.../pyflink/fn_execution/tests/test_fast_coders.py | 9 +++++---
.../table/tests/test_table_environment_api.py | 4 ++--
9 files changed, 47 insertions(+), 27 deletions(-)