gengliangwang commented on a change in pull request #33444:
URL: https://github.com/apache/spark/pull/33444#discussion_r673897032
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -3975,12 +3976,14 @@ class SQLConf extends Serializable with Logging {
def ansiEnabled: Boolean = getConf(ANSI_ENABLED)
def timestampType: AtomicType = getConf(TIMESTAMP_TYPE) match {
- case "TIMESTAMP_LTZ" =>
+ // SPARK-36227: Remove TimestampNTZ type support in Spark 3.2 with minimal
code changes.
+ // The configuration `TIMESTAMP_TYPE` is only effective for
testing in Spark 3.2.
Review comment:
Oh, this is on purpose.
--
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]