[MINOR] Fix typo,'paritition' corrected to 'partition' (#3764)
This commit is contained in:
@@ -119,7 +119,7 @@ public class FileSystemViewCommand implements CommandMarker {
|
||||
|
||||
@CliCommand(value = "show fsview latest", help = "Show latest file-system view")
|
||||
public String showLatestFileSlices(
|
||||
@CliOption(key = {"partitionPath"}, help = "A valid paritition path", mandatory = true) String partition,
|
||||
@CliOption(key = {"partitionPath"}, help = "A valid partition path", mandatory = true) String partition,
|
||||
@CliOption(key = {"baseFileOnly"}, help = "Only display base file view",
|
||||
unspecifiedDefaultValue = "false") boolean baseFileOnly,
|
||||
@CliOption(key = {"maxInstant"}, help = "File-Slices upto this instant are displayed",
|
||||
|
||||
@@ -148,7 +148,7 @@ public class HoodieHBaseIndexConfig extends HoodieConfig {
|
||||
.defaultValue(false)
|
||||
.withDocumentation("Only applies if index type is HBASE. "
|
||||
+ "When an already existing record is upserted to a new partition compared to whats in storage, "
|
||||
+ "this config when set, will delete old record in old paritition "
|
||||
+ "this config when set, will delete old record in old partition "
|
||||
+ "and will insert it as new record in new partition.");
|
||||
|
||||
public static final ConfigProperty<Boolean> ROLLBACK_SYNC_ENABLE = ConfigProperty
|
||||
|
||||
@@ -321,7 +321,7 @@ public class HiveSyncTool extends AbstractSyncTool {
|
||||
}
|
||||
|
||||
/**
|
||||
* Syncs the list of storage parititions passed in (checks if the partition is in hive, if not adds it or if the
|
||||
* Syncs the list of storage partitions passed in (checks if the partition is in hive, if not adds it or if the
|
||||
* partition path does not match, it updates the partition path).
|
||||
*/
|
||||
private void syncPartitions(String tableName, List<String> writtenPartitionsSince) {
|
||||
|
||||
Reference in New Issue
Block a user