HyukjinKwon commented on a change in pull request #30809:
URL: https://github.com/apache/spark/pull/30809#discussion_r545575609
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -3075,7 +3085,9 @@ object SQLConf {
RemovedConfig("spark.sql.optimizer.planChangeLog.rules", "3.1.0", "",
s"Please use `${PLAN_CHANGE_LOG_RULES.key}` instead."),
RemovedConfig("spark.sql.optimizer.planChangeLog.batches", "3.1.0", "",
- s"Please use `${PLAN_CHANGE_LOG_BATCHES.key}` instead.")
+ s"Please use `${PLAN_CHANGE_LOG_BATCHES.key}` instead."),
+ RemovedConfig("spark.sql.sources.schemaStringLengthThreshold", "3.2.0",
"4000",
Review comment:
Is there any case when users set
`spark.sql.hive.tablePropertyLengthThreshold` to make it working then? Looks
like we don't have to expose a configuration at all if it's still unlikely for
people to set.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]