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 5b07c9433 [test][doc] Test and document Hive Time Travel (#1608)
new 78f780530 [core] add file-format-per-level for paimon
new 755e9d86e [core] Introduce WriteFormatContext to improve format write
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../shortcodes/generated/core_configuration.html | 6 +
.../main/java/org/apache/paimon/CoreOptions.java | 17 +++
.../java/org/apache/paimon/KeyValueFileStore.java | 22 +++
.../paimon/io/KeyValueFileWriterFactory.java | 157 +++++++++++++--------
.../apache/paimon/mergetree/MergeTreeWriter.java | 8 +-
.../paimon/operation/KeyValueFileStoreWrite.java | 18 +--
.../apache/paimon/format/FileFormatSuffixTest.java | 2 +-
.../paimon/io/KeyValueFileReadWriteTest.java | 17 ++-
.../apache/paimon/mergetree/LookupLevelsTest.java | 9 +-
.../apache/paimon/mergetree/MergeTreeTestBase.java | 38 ++---
.../apache/paimon/flink/CatalogTableITCase.java | 18 +++
.../flink/source/TestChangelogDataReadWrite.java | 6 +
12 files changed, 211 insertions(+), 107 deletions(-)