LuciferYang commented on code in PR #40069:
URL: https://github.com/apache/spark/pull/40069#discussion_r1110243153
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/util/PartitioningUtils.scala:
##########
@@ -30,6 +30,7 @@ import org.apache.spark.sql.types.{CharType, DataType,
StringType, StructField,
import org.apache.spark.unsafe.types.UTF8String
private[sql] object PartitioningUtils {
+ private val PATTERN_FOR_KEY_EQ_VAL = "(.+)=(.+)".r
Review Comment:
Too idealistic, not all partition tables follow this rule. For example, we
can use
`alter table ... partition(...) set location ...` to relocate the partition
to any directory.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]