Anthrino commented on code in PR #3761:
URL: https://github.com/apache/calcite/pull/3761#discussion_r1571090898
##########
core/src/test/resources/sql/cast-with-format.iq:
##########
@@ -32,8 +32,15 @@ EXPR$0
2017-05-01 01:23:45
!ok
+# Input that contains shuffled date without time
+select cast('12-2010-05' as timestamp format
+ 'DD-YYYY-MM');
+EXPR$0
+2010-05-12 00:00:00
+!ok
+
!if (false) {
-### disabled until Bug.CALCITE_6269_FIXED ###
+### unsupported format model/elements, test disabled ###
Review Comment:
Updated the comments and disable condition to point to the calcite issue,
thanks for suggesting this change!
--
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]