This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 41a22cdcb88 [HUDI-7450] Address minor comments on Fix offset
computation bug when allocedEvents > actualNumEvents (#10771)
add 9659cc84a36 [HUDI-7431] Add replication and block size to
StoragePathInfo to be backwards compatible (#10717)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hudi/hadoop/fs/HadoopFSUtils.java | 47 ++++++++
.../hudi/storage/hadoop/HoodieHadoopStorage.java | 34 ++----
.../apache/hudi/hadoop/fs/TestHadoopFSUtils.java | 126 +++++++++++++++++++++
.../org/apache/hudi/storage/StoragePathInfo.java | 24 ++++
.../hudi/io/storage/TestHoodieStorageBase.java | 45 ++++----
.../hudi/io/storage/TestStoragePathInfo.java | 16 +--
6 files changed, 242 insertions(+), 50 deletions(-)
create mode 100644
hudi-hadoop-common/src/test/java/org/apache/hudi/hadoop/fs/TestHadoopFSUtils.java