olivrlee commented on code in PR #3009:
URL: https://github.com/apache/calcite/pull/3009#discussion_r1053806093


##########
babel/src/test/resources/sql/redshift.iq:
##########
@@ -1238,7 +1238,7 @@ select date_part(minute, time '02:08:01');
 select date_part(minute, date '2009-01-01');
 !ok
 !}
-
+!if (false) {

Review Comment:
   DATE_TRUNC() in redshift has the operands reversed (DATE_TRUNC(date_part, 
date_expression) and the babel test has it marked as LENIENT for functions that 
aren't implemented, so I'm commenting this out. 



-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to