1
0

[MINOR] Fix typo,'properites' corrected to 'properties' (#3738)

This commit is contained in:
董可伦
2021-10-07 08:37:01 +08:00
committed by GitHub
parent 2e152177fb
commit 10e3a9a3fb
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ case class HoodieFileIndex(
nameFieldMap.getOrElse(column, throw new IllegalArgumentException(s"Cannot find column: '" +
s"$column' in the schema[${schema.fields.mkString(",")}]")))
new StructType(partitionFields)
} else { // If the partition columns have not stored in hoodie.properites(the table that was
} else { // If the partition columns have not stored in hoodie.properties(the table that was
// created earlier), we trait it as a non-partitioned table.
logWarning("No partition columns available from hoodie.properties." +
" Partition pruning will not work")