normanj-bitquill commented on code in PR #3753:
URL: https://github.com/apache/calcite/pull/3753#discussion_r1558283731


##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -4465,44 +4465,35 @@ void testBitGetFunc(SqlOperatorFixture f, String 
functionName) {
     f.checkString("to_char(timestamp '2022-06-03 12:15:48.678', 'YYYY-MM-DD 
HH24:MI:SS.MS TZ')",
         "2022-06-03 12:15:48.678",
         "VARCHAR NOT NULL");
-    f.checkString("to_char(timestamp '2022-06-03 12:15:48.678', 'Day')",

Review Comment:
   A mistake on my part. They have been added back, and I have added some more 
tests.



-- 
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]

Reply via email to