Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan committed Jun 12, 2022
1 parent 98b777f commit be70769
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -147,8 +147,8 @@ public void testCompactScheduleAndExecute() throws IOException {
writeSchemaToTmpFile(schemaPath);

CommandResult cr2 = getShell().executeCommand(
String.format("compaction scheduleAndExecute --parallelism %s --schemaFilePath %s --sparkMaster %s " +
"--hoodieConfigs hoodie.compact.inline.max.delta.commits=1",
String.format("compaction scheduleAndExecute --parallelism %s --schemaFilePath %s --sparkMaster %s "
+ "--hoodieConfigs hoodie.compact.inline.max.delta.commits=1",
2, schemaPath, "local"));

assertAll("Command run failed",
Expand Down

0 comments on commit be70769

Please sign in to comment.