You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by hx...@apache.org on 2022/08/02 07:34:03 UTC

[flink] branch master updated (47d0b6d26c0 -> b434c8ec8c8)

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

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


    from 47d0b6d26c0 [FLINK-28382][network] Introduce LZO and ZSTD compression based on aircompressor for blocking shuffle
     add b434c8ec8c8 introduce AvroParquetWriters to support writing generic records to parquet file in Python DataStream API

No new revisions were added by this update.

Summary of changes:
 .../docs/connectors/datastream/filesystem.md       | 17 +++++
 .../docs/connectors/datastream/filesystem.md       | 18 ++++++
 .../formats/parquet/avro/AvroParquetWriters.java   | 10 ++-
 flink-python/pyflink/datastream/__init__.py        |  3 +
 .../connectors/tests/test_file_system.py           | 74 ++++++++++++++++++++--
 .../pyflink/datastream/formats/__init__.py         |  3 +-
 flink-python/pyflink/datastream/formats/parquet.py | 46 +++++++++++++-
 7 files changed, 162 insertions(+), 9 deletions(-)