Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

feat: add a Arrow compression options (Only LZ4 for now) - #166

Merged
gcf-merge-on-green[bot] merged 1 commit into
masterfrom
autosynth-googleapis
Mar 30, 2021
Merged

feat: add a Arrow compression options (Only LZ4 for now)#166
gcf-merge-on-green[bot] merged 1 commit into
masterfrom
autosynth-googleapis

Conversation

@yoshi-automation

@yoshi-automationyoshi-automation commented Mar 30, 2021

Copy link
Copy Markdown
Contributor

Also:

  • feat: Return schema on first ReadRowsResponse.
  • doc: clarify limit on filter string.

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/72a2a14b-0135-4939-ae4b-93b118a2b3e8/targets

  • To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 365759522
Source-Link: googleapis/googleapis@c539b9b

@yoshi-automation
yoshi-automation requested review from a team and tswast and removed request for a teamMarch 30, 2021 08:38
@product-auto-labelproduct-auto-labelBot added the api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. label Mar 30, 2021
@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Mar 30, 2021
@tswasttswast 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
feat: return 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
@tswast
tswastforce-pushed the autosynth-googleapis branch from b81434d to 4b2f856CompareMarch 30, 2021 21:55
@tswasttswast added the automerge Merge the pull request once unit tests and other checks pass. label Mar 30, 2021
@gcf-merge-on-green
gcf-merge-on-greenBot merged commit 1c91a27 into masterMar 30, 2021
@gcf-merge-on-green
gcf-merge-on-greenBot deleted the autosynth-googleapis branch March 30, 2021 22:10
@gcf-merge-on-greengcf-merge-on-greenBot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 30, 2021
@plamut

Copy link
Copy Markdown
Contributor

@tswast Just a thought - should this new option be accompanied with a new code sample? Or modifying an existing tutorial sample?

Showing users how to use compression by default (if available) could significantly improve their first experience when using medium to large result sets.

@tswast

Copy link
Copy Markdown
Contributor

@plamut Modifying the tutorial sample is a good start. In addition to googleapis/python-bigquery#579 we should be encouraging users of the lower-level API to use the fast path.

gcf-merge-on-greenBot pushed a commit that referenced this pull request Apr 7, 2021
🤖 I have created a release \*beep\* \*boop\*
---
## [2.4.0](https://www.github.com/googleapis/python-bigquery-storage/compare/v2.3.0...v2.4.0) (2021-04-07)
### Features
* add a Arrow compression options (Only LZ4 for now) ([#166](https://www.github.com/googleapis/python-bigquery-storage/issues/166)) ([1c91a27](https://www.github.com/googleapis/python-bigquery-storage/commit/1c91a276289a0e319f93b136836f81ee943f661c))
* updates for v1beta2 storage API - Updated comments on BatchCommitWriteStreams - Added new support Bigquery types BIGNUMERIC and INTERVAL to TableSchema - Added read rows schema in ReadRowsResponse - Misc comment updates ([#172](https://www.github.com/googleapis/python-bigquery-storage/issues/172)) ([bef63fb](https://www.github.com/googleapis/python-bigquery-storage/commit/bef63fbb3b7e41e1c0d73f91a2c86d4d24e42151))
### Dependencies
* update minimum pandas to 0.21.1 ([#165](https://www.github.com/googleapis/python-bigquery-storage/issues/165)) ([8a97763](https://www.github.com/googleapis/python-bigquery-storage/commit/8a977633a81d080f03f6922752adbf4284199dd4))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquerystorageIssues related to the googleapis/python-bigquery-storage API.cla: yesThis human has signed the Contributor License Agreement.context: full

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@yoshi-automation@plamut@tswast