Home
last modified time | relevance | path

Searched refs:partLocations (Results 1 – 2 of 2) sorted by relevance

/dports/devel/spark/spark-2.1.1/sql/hive/src/main/scala/org/apache/spark/sql/hive/
H A DMetastoreRelation.scala247 val partLocations = allPartitions constant
250 if (partLocations.nonEmpty) {
251 partLocations
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/command/
H A Dtables.scala362 val partLocations = constant
367 for (spec <- partitionSpec if partLocations.isEmpty && spec.size == partCols.length) {
371 partLocations