CatalogUtils Helper Object
CatalogUtils is a Scala object with the methods to support PreprocessTableCreation post-hoc logical resolution rule (among others).
| Name | Description | ||
|---|---|---|---|
|
|
Used when:
|
||
|
|
Used exclusively when PreprocessTableCreation post-hoc logical resolution rule is executed. |
||
|
|
Used exclusively when PreprocessTableCreation post-hoc logical resolution rule is executed. |
normalizeColumnName Internal Method
|
1 2 3 4 5 6 7 8 9 10 |
normalizeColumnName( tableName: String, tableCols: Seq[String], colName: String, colType: String, resolver: Resolver): String |
normalizeColumnName…FIXME
|
Note
|
normalizeColumnName is used when CatalogUtils is requested to normalizePartCols and normalizeBucketSpec.
|
spark技术分享