-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat: add a Arrow compression options (Only LZ4 for now) #972
Merged
Conversation
This file contains 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
…n schema on first ReadRowsResponse. doc: clarify limit on filter string. Committer: @emkornfield PiperOrigin-RevId: 365759522 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Mar 30 01:19:13 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: c539b9b08b3366ee00c0ec1950f4df711552a269 Source-Link: googleapis/googleapis@c539b9b
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Mar 30, 2021
product-auto-label
bot
added
the
api: bigquerystorage
Issues related to the googleapis/java-bigquerystorage API.
label
Mar 30, 2021
Codecov Report
@@ Coverage Diff @@
## master #972 +/- ##
============================================
- Coverage 81.05% 80.99% -0.06%
- Complexity 1038 1043 +5
============================================
Files 77 78 +1
Lines 5632 5657 +25
Branches 431 433 +2
============================================
+ Hits 4565 4582 +17
- Misses 884 889 +5
- Partials 183 186 +3
Continue to review full report at Codecov.
|
add permanent blanket exception for protobuf generated OrBuilder interface methods as we don't consider these breaking.
stephaniewang526
changed the title
feat: add a Arrow compression options (Only LZ4 for now). feat: Return schema on first ReadRowsResponse. doc: clarify limit on filter string.
feat: add a Arrow compression options (Only LZ4 for now)
Mar 30, 2021
stephaniewang526
approved these changes
Mar 30, 2021
stephaniewang526
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Mar 30, 2021
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Mar 30, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Mar 30, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [1.17.0](https://www.github.com/googleapis/java-bigquerystorage/compare/v1.16.1...v1.17.0) (2021-03-30) ### Features * add a Arrow compression options (Only LZ4 for now) ([#972](https://www.github.com/googleapis/java-bigquerystorage/issues/972)) ([de0c0d2](https://www.github.com/googleapis/java-bigquerystorage/commit/de0c0d2c0a5e8b85a0f2aa5679a22fb8846a5fd0)) * BigDecimal and ByteString encoding ([#971](https://www.github.com/googleapis/java-bigquerystorage/issues/971)) ([82b556e](https://www.github.com/googleapis/java-bigquerystorage/commit/82b556e08d19a4dd969bda53409276c6408a4126)) --- 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
…0.124.12 (googleapis#972) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-nio](https://github.com/googleapis/java-storage-nio) | `0.124.11` -> `0.124.12` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-nio/0.124.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-nio/0.124.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-nio/0.124.12/compatibility-slim/0.124.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-nio/0.124.12/confidence-slim/0.124.11)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-storage-nio</summary> ### [`v0.124.12`](https://github.com/googleapis/java-storage-nio/blob/HEAD/CHANGELOG.md#​012412-httpsgithubcomgoogleapisjava-storage-niocomparev012411v012412-2022-08-04) [Compare Source](https://github.com/googleapis/java-storage-nio/compare/v0.124.11...v0.124.12) ##### Dependencies - update dependency com.google.cloud:google-cloud-storage to v2.11.1 ([#​969](https://github.com/googleapis/java-storage-nio/issues/969)) ([abe838f](https://github.com/googleapis/java-storage-nio/commit/abe838f8c334c07bc22a12665c14b490cbde7a8b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage-nio). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE0My4xIn0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigquerystorage
Issues related to the googleapis/java-bigquerystorage API.
cla: yes
This human has signed the Contributor License Agreement.
context: full
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.
This PR was generated using Autosynth. 🌈
Synth log will be available here:
https://source.cloud.google.com/results/invocations/05354245-d810-47bd-87b4-aab9376595ae/targets
PiperOrigin-RevId: 365759522
Source-Link: googleapis/googleapis@c539b9b
feat: Return schema on first ReadRowsResponse.
doc: clarify limit on filter string.