[MINOR] Fix typo,'Hooide' corrected to 'Hoodie' (#4007)
This commit is contained in:
@@ -183,7 +183,7 @@ object HoodieOptionConfig {
|
||||
params.get(DataSourceWriteOptions.PRECOMBINE_FIELD.key).filter(_.nonEmpty)
|
||||
}
|
||||
|
||||
def deleteHooideOptions(options: Map[String, String]): Map[String, String] = {
|
||||
def deleteHoodieOptions(options: Map[String, String]): Map[String, String] = {
|
||||
options.filterNot(_._1.startsWith("hoodie.")).filterNot(kv => keyMapping.contains(kv._1))
|
||||
}
|
||||
|
||||
|
||||
@@ -170,7 +170,7 @@ case class CreateHoodieTableCommand(table: CatalogTable, ignoreIfExists: Boolean
|
||||
val serdeFormat = HoodieInputFormatUtils.getSerDeClassName(HoodieFileFormat.PARQUET)
|
||||
|
||||
// only parameters irrelevant to hudi can be set to storage.properties
|
||||
val storageProperties = HoodieOptionConfig.deleteHooideOptions(options)
|
||||
val storageProperties = HoodieOptionConfig.deleteHoodieOptions(options)
|
||||
val newStorage = new CatalogStorageFormat(
|
||||
Some(new Path(path).toUri),
|
||||
Some(inputFormat),
|
||||
|
||||
Reference in New Issue
Block a user