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

[flink-table-store] branch master updated (e2612c0c -> 9f243ed8)

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

lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


    from e2612c0c [FLINK-28381] Add Spark Reader documentation
     add 9f243ed8 [FLINK-26439] Introduce sequence.field to custom the order of the records

No new revisions were added by this update.

Summary of changes:
 .../flink/table/store/utils/RowDataUtils.java      |  10 ++
 .../org/apache/flink/table/store/CoreOptions.java  |  13 ++
 .../apache/flink/table/store/file/KeyValue.java    |   4 +-
 .../store/file/mergetree/MergeTreeWriter.java      |   5 +-
 .../table/ChangelogWithKeyFileStoreTable.java      |  16 ++-
 .../table/store/table/sink/SequenceGenerator.java  | 138 +++++++++++++++++++++
 .../table/ChangelogWithKeyFileStoreTableTest.java  |  27 +++-
 7 files changed, 209 insertions(+), 4 deletions(-)
 create mode 100644 flink-table-store-core/src/main/java/org/apache/flink/table/store/table/sink/SequenceGenerator.java