PartitioningUtils Helper Object
PartitioningUtils
is…FIXME
validatePartitionColumn
Method
1 2 3 4 5 6 7 8 |
validatePartitionColumn( schema: StructType, partitionColumns: Seq[String], caseSensitive: Boolean): Unit |
validatePartitionColumn
…FIXME
Note
|
validatePartitionColumn is used when…FIXME
|
parsePartitions
Method
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
parsePartitions( paths: Seq[Path], typeInference: Boolean, basePaths: Set[Path], timeZoneId: String): PartitionSpec (1) parsePartitions( paths: Seq[Path], typeInference: Boolean, basePaths: Set[Path], timeZone: TimeZone): PartitionSpec |
-
Uses
parsePartitions
withtimeZoneId
mapped to aTimeZone
parsePartitions
…FIXME
Note
|
parsePartitions is used when…FIXME
|