[MINOR] Fix some code style issues based on check-style plugin (#4532)
Co-authored-by: yuezhang <yuezhang@freewheel.tv>
This commit is contained in:
@@ -40,7 +40,8 @@ public class HoodieBucketLayout extends HoodieStorageLayout {
|
||||
add(WriteOperationType.DELETE);
|
||||
add(WriteOperationType.COMPACT);
|
||||
add(WriteOperationType.DELETE_PARTITION);
|
||||
}};
|
||||
}
|
||||
};
|
||||
|
||||
public HoodieBucketLayout(HoodieWriteConfig config) {
|
||||
super(config);
|
||||
|
||||
Reference in New Issue
Block a user