Anthrino commented on code in PR #3761:
URL: https://github.com/apache/calcite/pull/3761#discussion_r1566452703
##########
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:
@mihaibudiu good point, I was also unsure of this comment and ideally wanted
to link JIRA issues which would describe the exact causes. But there are quite
a number of problems with the current implementation which is causing these
many tests to fail and would take time to document them all, what do you
recommend be done in this scenario?
--
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]