[MINOR] Fix partition typo (#1209)
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user