maskCredentials(options: Map[String, String]): Map[String, String]
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
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.
|