You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@paimon.apache.org by lz...@apache.org on 2023/03/17 02:01:17 UTC

[incubator-paimon] branch master updated (9e80ec7c -> 76636153)

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/incubator-paimon.git


    from 9e80ec7c [core] Introduce RowCompactedSerializer to compact bytes in LookupLevels
     add 76636153 [FLINK-31253] Port it cases to Flink 1.15 and 1.14

No new revisions were added by this update.

Summary of changes:
 .../store/connector/BatchFileStoreITCase.java      |   7 +-
 .../store/connector/ContinuousFileStoreITCase.java | 500 +++++++++++++++++++++
 .../store/connector/BatchFileStoreITCase.java      |   7 +-
 .../store/connector/ContinuousFileStoreITCase.java | 500 +++++++++++++++++++++
 4 files changed, 1012 insertions(+), 2 deletions(-)
 copy flink-table-store-flink/{flink-table-store-flink-common => flink-table-store-flink-1.14}/src/test/java/org/apache/flink/table/store/connector/BatchFileStoreITCase.java (98%)
 create mode 100644 flink-table-store-flink/flink-table-store-flink-1.14/src/test/java/org/apache/flink/table/store/connector/ContinuousFileStoreITCase.java
 copy flink-table-store-flink/{flink-table-store-flink-common => flink-table-store-flink-1.15}/src/test/java/org/apache/flink/table/store/connector/BatchFileStoreITCase.java (98%)
 create mode 100644 flink-table-store-flink/flink-table-store-flink-1.15/src/test/java/org/apache/flink/table/store/connector/ContinuousFileStoreITCase.java