cloud-fan commented on code in PR #38257:
URL: https://github.com/apache/spark/pull/38257#discussion_r998325549
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -2987,6 +2987,16 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val SKIP_PARTITION_SPEC_TYPE_VALIDATION =
+ buildConf("spark.sql.legacy.skipPartitionSpecTypeValidation")
+ .internal()
+ .doc("When true, skip do validation for partition spec. E.g., " +
Review Comment:
```suggestion
.doc("When true, skip validation for partition spec in ADD PARTITION.
E.g., " +
```
--
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]