You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2022/12/20 22:24:04 UTC

[GitHub] [calcite] olivrlee commented on a diff in pull request #3009: CALCITE-5447/ DATE_TRUNC() function for BIG_QUERY

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-unsubscribe@calcite.apache.org

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