From fcedbfcb58109f6af0b0a1e69915b40a0fcd5ccb Mon Sep 17 00:00:00 2001 From: Roc Marshal <64569824+RocMarshal@users.noreply.github.com> Date: Mon, 17 May 2021 13:34:42 +0800 Subject: [PATCH] [MINOR][hudi-client] Code-cleanup,remove redundant variable declarations (#2956) --- .../org/apache/hudi/testutils/HoodieJavaClientTestHarness.java | 1 - 1 file changed, 1 deletion(-) diff --git a/hudi-client/hudi-java-client/src/test/java/org/apache/hudi/testutils/HoodieJavaClientTestHarness.java b/hudi-client/hudi-java-client/src/test/java/org/apache/hudi/testutils/HoodieJavaClientTestHarness.java index 2b4c5d85c..c112422ef 100644 --- a/hudi-client/hudi-java-client/src/test/java/org/apache/hudi/testutils/HoodieJavaClientTestHarness.java +++ b/hudi-client/hudi-java-client/src/test/java/org/apache/hudi/testutils/HoodieJavaClientTestHarness.java @@ -59,7 +59,6 @@ public abstract class HoodieJavaClientTestHarness extends HoodieCommonTestHarnes protected transient TestJavaTaskContextSupplier taskContextSupplier = null; protected transient FileSystem fs; protected transient ExecutorService executorService; - protected transient HoodieTableMetaClient metaClient; protected transient HoodieTableFileSystemView tableView; protected transient HoodieJavaWriteClient writeClient;