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

chore(bigquery): add JSON data type support #412

Merged
merged 1 commit into from
Feb 4, 2025
Merged

Conversation

burmecia
Copy link
Member

@burmecia burmecia commented Feb 4, 2025

What kind of change does this PR introduce?

This PR is to add JSON data type support for BigQuery FDW. Ref: #70

What is the current behavior?

The current BigQuery FDW doesn't support JSON data type.

What is the new behavior?

JSON data type is supported in both reading and modifying.

Additional context

  • Dependent 3rd-party libs are also upgraded to enable the JSON data type support.
  • As the dependency lib interface changed, this FDW also did some minor refactoring.

@burmecia burmecia added the bigquery Bigquery related issues label Feb 4, 2025
@burmecia burmecia merged commit c084fd7 into main Feb 4, 2025
6 checks passed
@burmecia burmecia deleted the bo/chore/bq-json branch February 4, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery Bigquery related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants