Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve type mapping documentation for BigQuery connector #13870

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

tlblessing
Copy link
Member

@tlblessing tlblessing commented Aug 26, 2022

Description

Improve type mapping documentation for BigQuery connector.

Is this change a fix, improvement, new feature, refactoring, or other?

Improvement to BigQuery connector documentation

How would you describe this change to a non-technical end user or system administrator?

Added data type mapping for write direction (Trino --> BigQuery); reformatted table for better wrapping; added boilerplate headings and verbiage for consistency.

Question for SMEs: I wasn't sure about the new write table. To avoid 1:m mapping in write direction, I chose BIGNUMERIC for DECIMAL(P,S) instead of NUMERIC. I was not sure which one to choose for VARCHAR (STRING or GEOGRAPHY), so left them both. Please advise.

Documentation

( ) No documentation is needed.
(x) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

(x) No release notes entries required.
( ) Release notes entries required with the following suggested text:

Release notes

(x) No release notes entries required.
( ) Release notes entries required with the following suggested text:

docs/src/main/sphinx/connector/bigquery.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/bigquery.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/bigquery.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/bigquery.rst Show resolved Hide resolved
docs/src/main/sphinx/connector/bigquery.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/bigquery.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/bigquery.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/bigquery.rst Outdated Show resolved Hide resolved
docs/src/main/sphinx/connector/bigquery.rst Outdated Show resolved Hide resolved
@jhlodin jhlodin requested review from ebyhr and removed request for electrum and davidrabinowitz August 26, 2022 22:23
@tlblessing tlblessing force-pushed the tb/bigquery-type-mapping branch from e393556 to 5e1865a Compare August 30, 2022 22:59
@tlblessing
Copy link
Member Author

@ebyhr and @jhlodin ready for another review; Yuya's comments incorporated.

@ebyhr ebyhr force-pushed the tb/bigquery-type-mapping branch from 5e1865a to 77696d6 Compare August 31, 2022 23:51
@ebyhr ebyhr merged commit d5e7d4b into trinodb:master Sep 1, 2022
@ebyhr
Copy link
Member

ebyhr commented Sep 1, 2022

Merged, thanks!

@github-actions github-actions bot added this to the 395 milestone Sep 1, 2022
@tlblessing tlblessing deleted the tb/bigquery-type-mapping branch September 6, 2022 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants