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 d79360cb5f90 fix: Handle external file groups in ExternalFilePathUtil
(#17788)
add a27f77b00e0d refactor: drop unused InMemoryFileSystem class and test
(#17997)
No new revisions were added by this update.
Summary of changes:
.../hudi/hadoop/fs/inline/InMemoryFileSystem.java | 135 ---------------------
.../TestInLineFileSystemWithHFileReader.java | 37 ++----
.../common/fs/inline/TestInMemoryFileSystem.java | 132 --------------------
.../hudi/common/fs/inline/TestParquetInLining.java | 41 ++++---
.../hudi/common/testutils/FileSystemTestUtils.java | 11 +-
5 files changed, 40 insertions(+), 316 deletions(-)
delete mode 100644
hudi-hadoop-common/src/main/java/org/apache/hudi/hadoop/fs/inline/InMemoryFileSystem.java
delete mode 100644
hudi-hadoop-common/src/test/java/org/apache/hudi/common/fs/inline/TestInMemoryFileSystem.java