You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2022/02/10 15:21:33 UTC

[flink] branch master updated (5180e83 -> ea86a80)

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

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


    from 5180e83  [FLINK-25755][runtime] Introduce shared state transition interfaces
     add b1cfcc1  [hotfix][test] replace the deprecated ParquetAvroWriters with the AvroParquetWriters
     add 4fda4c6  [hotfix][doc] update document since ParquetAvroWriters has been deprecated and replaced by AvroParquetWriters.
     add 0de9898  [hotfix][doc] fix typos
     add ea86a80  [hotfix][doc] add class level java doc.

No new revisions were added by this update.

Summary of changes:
 docs/content.zh/docs/connectors/datastream/filesystem.md     | 10 +++++-----
 docs/content/docs/connectors/datastream/filesystem.md        |  8 ++++----
 .../flink/formats/parquet/avro/AvroParquetRecordFormat.java  |  2 +-
 ...nkITCase.java => AvroParquetStreamingFileSinkITCase.java} |  8 ++++----
 .../api/environment/StreamExecutionEnvironment.java          | 12 ++++++------
 5 files changed, 20 insertions(+), 20 deletions(-)
 rename flink-formats/flink-parquet/src/test/java/org/apache/flink/formats/parquet/avro/{ParquetAvroStreamingFileSinkITCase.java => AvroParquetStreamingFileSinkITCase.java} (96%)