Skip to content

feat(gh-203): Add support for BigQuery.#204

Merged
tobymao merged 13 commits intotobymao:mainfrom
yingw787:gh-203
Jul 10, 2022
Merged

feat(gh-203): Add support for BigQuery.#204
tobymao merged 13 commits intotobymao:mainfrom
yingw787:gh-203

Conversation

@yingw787
Copy link
Copy Markdown
Contributor

@yingw787 yingw787 commented Jul 9, 2022

Overview

  • Mappings between INT64 and INT, BIGINT, SMALLINT, TINYINT with unit tests
  • Mappings between FLOAT64 and FLOAT, DOUBLE with unit tests
  • Mappings between NUMERIC and DECIMAL with unit tests
  • Mappings between STRING and TEXT with unit tests

Haven't added support for other types of casting (e.g. CHAR/VARCHAR/BYTES/TIMESTAMPTZ) due to additional overhead.

Reference: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types

@yingw787 yingw787 marked this pull request as ready for review July 9, 2022 00:39
Comment thread tests/test_dialects.py Outdated
Comment thread tests/test_dialects.py
@tobymao tobymao merged commit ad65b0e into tobymao:main Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants