MaxGekk commented on code in PR #56041:
URL: https://github.com/apache/spark/pull/56041#discussion_r3282911422
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -644,6 +644,19 @@ object SQLConf {
.booleanConf
.createWithDefaultFunction(() => Utils.isTesting)
+ val TIMESTAMP_NANOS_TYPES_ENABLED =
+ buildConf("spark.sql.timestampNanosTypes.enabled")
+ .internal()
+ .doc("When true, the SQL parser accepts the parameterized
nanosecond-precision " +
Review Comment:
The description is too restrictive (especially taking into account its
name). The config shall disable other entry points like creating df from Java
types: java.time.LocalDateTime.
--
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]