bvaradar commented on a change in pull request #673: Hudi-96: Command line 
options instead of positional arguments
URL: https://github.com/apache/incubator-hudi/pull/673#discussion_r290046566
 
 

 ##########
 File path: 
hoodie-cli/src/main/java/com/uber/hoodie/cli/commands/CompactionCommand.java
 ##########
 @@ -297,24 +325,24 @@ public String validateCompaction(
         List<Comparable[]> rows = new ArrayList<>();
         res.stream().forEach(r -> {
           Comparable[] row = new Comparable[]{r.getOperation().getFileId(),
-              r.getOperation().getBaseInstantTime(),
-              r.getOperation().getDataFilePath().isPresent() ? 
r.getOperation().getDataFilePath().get() : "",
-              r.getOperation().getDeltaFilePaths().size(), r.isSuccess(),
-              r.getException().isPresent() ? 
r.getException().get().getMessage() : ""};
+                  r.getOperation().getBaseInstantTime(),
 
 Review comment:
   Make sure you are using style/intellij-java-google-style.xml as the 
formatting standard.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to