[HUDI-583] Code Cleanup, remove redundant code, and other changes (#1237)
This commit is contained in:
@@ -87,7 +87,7 @@ public abstract class ITTestBase {
|
||||
cmd.add("hive.stats.autogather=false");
|
||||
cmd.add("-e");
|
||||
cmd.add("\"" + fullCommand + "\"");
|
||||
return cmd.stream().toArray(String[]::new);
|
||||
return cmd.toArray(new String[0]);
|
||||
}
|
||||
|
||||
private static String getHiveConsoleCommandFile(String commandFile, String additionalVar) {
|
||||
|
||||
Reference in New Issue
Block a user