MaxGekk commented on a change in pull request #35655:
URL: https://github.com/apache/spark/pull/35655#discussion_r815081330
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -3083,6 +3083,17 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val LEGACY_DATETIME_ENCODER_ENABLED =
+ buildConf("spark.sql.legacy.datetimeEncoder.enabled")
Review comment:
I wouldn't introduce new **public** config if it is needed only in
corner cases. I especially put it into the **legacy** namespace because it is
need during the migration to new Spark version when a datasource connecter
still doesn't support all possible Spark SQL types.
--
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]