cloud-fan commented on a change in pull request #30809:
URL: https://github.com/apache/spark/pull/30809#discussion_r544929116
##########
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:
I removed the old config, because people are unlikely to set it (4000 is
the actual hive limitation), and we can't fallback to static config in dynamic
config (I tried and there are object initialization issues).
----------------------------------------------------------------
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]