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/paimon.git
from 1d23d67718 [faiss] fix faiss deploy build-native.sh (#7018)
add 06d791c8f1 [core] Add core options 'blob.split-by-file-size' (#7020)
No new revisions were added by this update.
Summary of changes:
.../shortcodes/generated/core_configuration.html | 6 ++
.../main/java/org/apache/paimon/CoreOptions.java | 15 ++++
.../paimon/table/AppendOnlyFileStoreTable.java | 4 +-
.../table/source/DataEvolutionSplitGenerator.java | 16 ++++-
.../java/org/apache/paimon/CoreOptionsTest.java | 22 ++++++
.../source/DataEvolutionSplitGeneratorTest.java | 81 ++++++++++++++++++++++
6 files changed, 141 insertions(+), 3 deletions(-)
create mode 100644
paimon-core/src/test/java/org/apache/paimon/table/source/DataEvolutionSplitGeneratorTest.java