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/03/18 06:33:49 UTC

[flink-table-store] branch master updated (c1b0153 -> 0650618)

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 c1b0153  [hotfix] Rename ambiguous key to primary key
     add 0650618  [FLINK-26711] Remove change tracking in TableStore

No new revisions were added by this update.

Summary of changes:
 .../table/store/connector/TableStoreFactory.java   | 46 +++++++---------------
 .../store/connector/TableStoreFactoryOptions.java  |  8 ----
 .../table/store/connector/sink/TableStoreSink.java |  3 +-
 .../source/ContinuousFileSplitEnumerator.java      |  3 +-
 .../store/connector/ContinuousFileStoreITCase.java | 16 ++++++++
 .../table/store/connector/CreateTableITCase.java   | 11 +++---
 .../table/store/connector/DropTableITCase.java     |  8 ++--
 .../store/connector/ReadWriteTableITCase.java      | 24 ++++++-----
 .../store/connector/TableStoreFactoryTest.java     | 17 --------
 .../table/store/connector/TableStoreTestBase.java  | 12 +++---
 10 files changed, 59 insertions(+), 89 deletions(-)