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 2019/10/02 18:30:21 UTC

[GitHub] [calcite] amaliujia opened a new pull request #1482: [CALCITE-3381] when converting rel to bigquery sql dialect, types should be converted to BigQuery's data types

amaliujia opened a new pull request #1482: [CALCITE-3381] when converting rel to bigquery sql dialect, types should be converted to BigQuery's data types
URL: https://github.com/apache/calcite/pull/1482
 
 
   The mapping is as the following, and the left side is Calcite types and right side is BigQuery data types:
   
   VARCHAR -> STRING
   VARBINARY -> BYTES
   BIGINT -> INT64
   DECIMAL -> NUMERIC
   DOUBLE -> FLOAT64
   BOOLEAN -> BOOL
   DATE -> DATE
   TIME -> TIME
   TIMESTAMP -> TIMESTAMP

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services