1
0

[MINOR] Fix checkstyle issue on TestHoodieClientOnCopyOnWriteStorage (#1865)

This commit is contained in:
vinoth chandar
2020-07-22 21:54:45 -07:00
committed by GitHub
parent a8bd76c299
commit 3dd189ec7d

View File

@@ -589,7 +589,7 @@ public class TestHoodieClientOnCopyOnWriteStorage extends HoodieClientTestBase {
}
private String[] getFullPartitionPaths() {
return getFullPartitionPaths(dataGen.getPartitionPaths());
return getFullPartitionPaths(dataGen.getPartitionPaths());
}
private String[] getFullPartitionPaths(String[] relativePartitionPaths) {