This repository was archived by the owner on Feb 24, 2026. It is now read-only.
docs: user-provided streamOrTableName for default write streams#1155
Merged
stephaniewang526 merged 3 commits intomasterfrom Jun 29, 2021
Merged
docs: user-provided streamOrTableName for default write streams#1155stephaniewang526 merged 3 commits intomasterfrom
stephaniewang526 merged 3 commits intomasterfrom
Conversation
stephaniewang526
approved these changes
Jun 29, 2021
Contributor
|
Thank you! |
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Jun 30, 2021
🤖 I have created a release \*beep\* \*boop\* --- ### [1.22.6](https://www.github.com/googleapis/java-bigquerystorage/compare/v1.22.5...v1.22.6) (2021-06-30) ### Documentation * **sample:** add IT for WriteToDefaultStream ([#1158](https://www.github.com/googleapis/java-bigquerystorage/issues/1158)) ([3280d7a](https://www.github.com/googleapis/java-bigquerystorage/commit/3280d7a0495a25f2509c9d4719439253e0fbaa5d)), closes [#1156](https://www.github.com/googleapis/java-bigquerystorage/issues/1156) * user-provided streamOrTableName for default write streams ([#1155](https://www.github.com/googleapis/java-bigquerystorage/issues/1155)) ([fc4a5c0](https://www.github.com/googleapis/java-bigquerystorage/commit/fc4a5c061f51d83e41109ebf04f4202276410e30)) ### Dependencies * update dependency com.google.cloud:google-cloud-bigquery to v1.135.1 ([#1154](https://www.github.com/googleapis/java-bigquerystorage/issues/1154)) ([99f8ebb](https://www.github.com/googleapis/java-bigquerystorage/commit/99f8ebb2fde1fd86315a03dea5719e7a7744d081)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#1159](https://www.github.com/googleapis/java-bigquerystorage/issues/1159)) ([7e1b206](https://www.github.com/googleapis/java-bigquerystorage/commit/7e1b2062f8cb13c05270d86c9ff6863934e7478d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
shubhwip
pushed a commit
to shubhwip/java-bigquerystorage
that referenced
this pull request
Oct 7, 2023
🤖 I have created a release *beep* *boop* --- ## [0.126.12](https://togithub.com/googleapis/java-storage-nio/compare/v0.126.11...v0.126.12) (2023-04-12) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.7.0 ([googleapis#1154](https://togithub.com/googleapis/java-storage-nio/issues/1154)) ([1e1590d](https://togithub.com/googleapis/java-storage-nio/commit/1e1590de0dee2d2d2dc995978460d1dedec30799)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
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 a broken URL in a sample comment.
Also cleans up the docstrings for
streamOrTableNameinJsonStreamWriter.Builder.IIUC,
createDefaultStreamcan only be set to True onStreamWriternotJsonStreamWriter, the language below could mislead devs into thinking otherwise because it's not clear whichbuilderit refers to.java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/JsonStreamWriter.java
Lines 185 to 188 in d6c3146
Also it looks like
_defaultis not added by client code but by the library.java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/JsonStreamWriter.java
Lines 267 to 274 in d6c3146
Not sure if I'm making all the right calls here. Thanks for reviewing!
Also see internal cl/381977832.