This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 15c264535f [MINOR] Fix typos in the comments of HoodieMergeHandle
(#5271)
add 7a9d48d126 [HUDI-3834] Fixing performance hits in reading Column Stats
Index (#5266)
No new revisions were added by this update.
Summary of changes:
.../hudi/cli/integ/ITTestClusteringCommand.java | 15 ++---
.../hudi/cli/integ/ITTestCommitsCommand.java | 10 +--
.../hudi/cli/integ/ITTestCompactionCommand.java | 15 ++---
.../java/org/apache/hudi/common/fs/FSUtils.java | 24 ++++---
.../hudi/common/fs/HoodieWrapperFileSystem.java | 4 +-
.../org/apache/hudi/common/model/BaseFile.java | 33 +++++++---
.../hudi/common/table/HoodieTableMetaClient.java | 74 +++++++++++-----------
.../table/view/AbstractTableFileSystemView.java | 6 +-
.../{FileNameCachingPath.java => CachingPath.java} | 44 ++++++++++++-
.../SerializablePath.java} | 51 +++++++--------
.../hudi/metadata/HoodieMetadataPayload.java | 52 +++++++++++----
11 files changed, 202 insertions(+), 126 deletions(-)
rename
hudi-common/src/main/java/org/apache/hudi/hadoop/{FileNameCachingPath.java =>
CachingPath.java} (54%)
copy
hudi-common/src/main/java/org/apache/hudi/{common/config/SerializableConfiguration.java
=> hadoop/SerializablePath.java} (52%)