Conversation

olavloite

Adds support for setting the compressor to use for gRPC calls.

@olavloiteolavloite requested a review from skuruppu May 6, 2020 09:54
@googlebotgooglebot added the cla: yesThis human has signed the Contributor License Agreement.label May 6, 2020
client
.singleUse()
.executeQuery(Statement.of("SELECT 1 AS COL1 UNION ALL SELECT 2 AS COL2"))) {
assertThat(rs.next()).isTrue();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be possible to test an end to end compression and verify that the compressor is actually used.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes absolutely. Once the support is in the staging environment, we can run this IT against it to test the change. @olavloite I'll give you a heads up when the feature is available in staging.

@skuruppuskuruppu added the do not mergeIndicates a pull request not ready for merge, due to either quality or timing.label May 15, 2020
@skuruppuskuruppu removed the do not mergeIndicates a pull request not ready for merge, due to either quality or timing.label Jun 29, 2020
@skuruppu

@olavloite we can merge this change now. If you can resolve the conflict and merge, that would be great.

@skuruppuskuruppu reopened this Jun 29, 2020
@olavloiteolavloite merged commit 965e95e into master Jun 30, 2020
@olavloiteolavloite deleted the compression branch June 30, 2020 15:26
ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
Sign up for free to join this conversation on . Already have an account? Sign in to comment
cla: yesThis human has signed the Contributor License Agreement.
None yet

Successfully merging this pull request may close these issues.