-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add a Arrow compression options (Only LZ4 for now) (#972)
* feat: add a Arrow compression options (Only LZ4 for now). 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 * chore: clean up clirr-ignored-differences.xml in various proto modules add permanent blanket exception for protobuf generated OrBuilder interface methods as we don't consider these breaking. Co-authored-by: stephwang <stephwang@google.com>
- Loading branch information
1 parent
82b556e
commit de0c0d2
Showing
20 changed files
with
2,311 additions
and
352 deletions.
There are no files selected for viewing
51 changes: 0 additions & 51 deletions
51
google-cloud-bigquerystorage/clirr-ignored-differences.xml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
grpc-google-cloud-bigquerystorage-v1beta1/clirr-ignored-differences.xml
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
proto-google-cloud-bigquerystorage-v1/clirr-ignored-differences.xml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<!-- Allow below protobuf changes as non-breaking--> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/cloud/bigquery/storage/v1/*OrBuilder</className> | ||
<method>* get*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/cloud/bigquery/storage/v1/*OrBuilder</className> | ||
<method>boolean contains*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/cloud/bigquery/storage/v1/*OrBuilder</className> | ||
<method>boolean has*(*)</method> | ||
</difference> | ||
</differences> |
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
Oops, something went wrong.