davidm-db commented on code in PR #53344:
URL: https://github.com/apache/spark/pull/53344#discussion_r2604458407
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala:
##########
@@ -3559,6 +3559,7 @@ class AstBuilder extends DataTypeAstBuilder
throw QueryParsingErrors.literalValueTypeUnsupportedError(
unsupportedType = ctx.literalType.getText,
supportedTypes =
+ // TODO: Remove TIME from the list.
Review Comment:
not needed anymore, changed to the approach with the flag
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala:
##########
@@ -3559,6 +3559,7 @@ class AstBuilder extends DataTypeAstBuilder
throw QueryParsingErrors.literalValueTypeUnsupportedError(
unsupportedType = ctx.literalType.getText,
supportedTypes =
+ // TODO: Remove TIME from the list.
Seq("DATE", "TIMESTAMP_NTZ", "TIMESTAMP_LTZ", "TIMESTAMP",
"INTERVAL", "X", "TIME"),
Review Comment:
Done.
--
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]