1
0

[MINOR][hudi-client] Code-cleanup,remove redundant variable declarations (#2956)

This commit is contained in:
Roc Marshal
2021-05-17 13:34:42 +08:00
committed by GitHub
parent 8869b3b418
commit fcedbfcb58

View File

@@ -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;