cloud-fan commented on a change in pull request #35655:
URL: https://github.com/apache/spark/pull/35655#discussion_r814779179
##########
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:
How about `spark.sql.datetime.java8API.collect.enabled`? This should be
a sub-config of `spark.sql.datetime.java8API.enabled`, which enables java8
datetime API everywhere, including data source, UDF and df.collect. It's pretty
reasonable to have a sub-config of it to enable the datetime API in a specific
place.
--
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]