1
0

[MINOR] Fix partition typo (#1209)

This commit is contained in:
lamber-ken
2020-01-12 09:35:55 +08:00
committed by leesf
parent e103165083
commit 017ee8e661
4 changed files with 4 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ public class HoodieHiveClient {
}
/**
* Add the (NEW) partitons to the table.
* Add the (NEW) partitions to the table.
*/
void addPartitionsToTable(List<String> partitionsToAdd) {
if (partitionsToAdd.isEmpty()) {