This is an automated email from the ASF dual-hosted git repository. sivabalan pushed a commit to branch release-0.12.3 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit cdea97dce380557fdcc44b6c902ab72459185343 Author: sivabalan <[email protected]> AuthorDate: Mon Apr 10 18:57:00 2023 -0700 Fixing cleaning up of DFS in test --- .../client/functional/TestRemoteFileSystemViewWithMetadataTable.java | 1 - 1 file changed, 1 deletion(-) diff --git a/hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestRemoteFileSystemViewWithMetadataTable.java b/hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestRemoteFileSystemViewWithMetadataTable.java index 99c7fd35a98..9e821a0d937 100644 --- a/hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestRemoteFileSystemViewWithMetadataTable.java +++ b/hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestRemoteFileSystemViewWithMetadataTable.java @@ -92,7 +92,6 @@ public class TestRemoteFileSystemViewWithMetadataTable extends HoodieClientTestH cleanupClients(); cleanupSparkContexts(); cleanupFileSystem(); - cleanupDFS(); cleanupExecutorService(); cleanupTestDataGenerator(); System.gc();
