This is an automated email from the ASF dual-hosted git repository.
junhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
from c6cb0c243 [hotfix] Fix unstable test
MySqlSyncTableActionITCase#testSyncShards (#3096)
add 726d6b282 [core] Refactor FileStorePathFactory to clean test methods
(#3093)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/paimon/data/BinaryRow.java | 70 ++++++++++------------
.../org/apache/paimon/io/DataFilePathFactory.java | 16 ++---
.../paimon/operation/AbstractFileStoreScan.java | 3 +-
.../apache/paimon/operation/OrphanFilesClean.java | 2 +-
.../apache/paimon/table/system/ManifestsTable.java | 49 ++++++---------
.../paimon/table/system/SystemTableLoader.java | 2 +-
.../apache/paimon/utils/FileStorePathFactory.java | 27 ++-------
.../apache/paimon/append/AppendOnlyWriterTest.java | 4 +-
.../apache/paimon/format/FileFormatSuffixTest.java | 2 +-
.../apache/paimon/io/DataFilePathFactoryTest.java | 8 +--
.../paimon/io/KeyValueFileReadWriteTest.java | 3 +-
.../apache/paimon/io/RollingFileWriterTest.java | 4 +-
.../paimon/mergetree/ContainsLevelsTest.java | 5 +-
.../apache/paimon/mergetree/LookupLevelsTest.java | 5 +-
.../apache/paimon/mergetree/MergeTreeTestBase.java | 3 +-
.../paimon/operation/OrphanFilesCleanTest.java | 2 +-
.../apache/paimon/table/sink/TableCommitTest.java | 4 +-
.../paimon/table/system/ManifestsTableTest.java | 4 +-
.../paimon/utils/FileStorePathFactoryTest.java | 13 +++-
.../paimon/spark/PaimonPartitionManagement.scala | 3 +-
20 files changed, 97 insertions(+), 132 deletions(-)