Fix checkstyle
This commit is contained in:
committed by
Balaji Varadarajan
parent
58c5bed40a
commit
179837e8ef
@@ -252,7 +252,7 @@ public class HoodieCommitArchiveLog {
|
||||
|
||||
// filter empty instant, like *.commit.requested
|
||||
byte[] instantDetails = commitTimeline.getInstantDetails(hoodieInstant).get();
|
||||
if (instantDetails == null || instantDetails.length == 0 ) {
|
||||
if (instantDetails == null || instantDetails.length == 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user