You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by "tanclary (via GitHub)" <gi...@apache.org> on 2023/03/27 14:59:27 UTC

[GitHub] [calcite] tanclary commented on a diff in pull request #3099: [CALCITE-5565] Implement BigQuery LOG Function

tanclary commented on code in PR #3099:
URL: https://github.com/apache/calcite/pull/3099#discussion_r1149382303


##########
babel/src/test/resources/sql/big-query.iq:
##########
@@ -371,6 +371,30 @@ SELECT EXTRACT(DAY FROM DATE '2013-12-25') AS the_day;
 
 !ok
 
+SELECT
+  EXTRACT(DAYOFWEEK FROM DATE '2008-12-25') as day_of_week,

Review Comment:
   Just rebased, was previously dependent on uncommitted changes. Sorry about that!



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