This repository was archived by the owner on Mar 23, 2026. It is now read-only.
fix: external table definition parquet format options#2535
Merged
Neenu1995 merged 6 commits intogoogleapis:mainfrom Mar 7, 2023
Merged
fix: external table definition parquet format options#2535Neenu1995 merged 6 commits intogoogleapis:mainfrom
Neenu1995 merged 6 commits intogoogleapis:mainfrom
Conversation
Contributor
Author
|
Hi @Neenu1995 , is there an expected timeline for this type of change to be merged? Thanks. |
Neenu1995
approved these changes
Mar 2, 2023
Contributor
|
Tests fail: |
Contributor
Author
thanks @Neenu1995, i missed running them the first time. ive made an additional fix so the IT test passes now. how should i handle squashing my commits? there was a bot commit on the branch so i didnt want to force push. |
Neenu1995
reviewed
Mar 6, 2023
| } | ||
|
|
||
| /** Default options for PARQUET format. */ | ||
| public static FormatOptions parquet() { |
Contributor
There was a problem hiding this comment.
Keep the return type as is.
Changing it will break existing customers.
Contributor
Author
There was a problem hiding this comment.
changed.
should i handle squashing commits myself or is it done at merge time?
Contributor
There was a problem hiding this comment.
Thanks @jbeluch. The commits should be updated now.
gcf-merge-on-green Bot
pushed a commit
that referenced
this pull request
Mar 8, 2023
🤖 I have created a release *beep* *boop* --- ## [2.23.2](https://togithub.com/googleapis/java-bigquery/compare/v2.23.1...v2.23.2) (2023-03-07) ### Bug Fixes * External table definition parquet format options ([#2535](https://togithub.com/googleapis/java-bigquery/issues/2535)) ([eb45973](https://togithub.com/googleapis/java-bigquery/commit/eb4597314fad72bbdb666a832f0f15f732f40817)) ### Documentation * Remove stale snippet comment ([#2555](https://togithub.com/googleapis/java-bigquery/issues/2555)) ([a71b1b2](https://togithub.com/googleapis/java-bigquery/commit/a71b1b2abb568bd1ed088f7bd4b77f93a68ec95e)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This was referenced Mar 14, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2146