[
https://issues.apache.org/jira/browse/BEAM-3321?focusedWorklogId=116880&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-116880
]
ASF GitHub Bot logged work on BEAM-3321:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jun/18 16:26
Start Date: 28/Jun/18 16:26
Worklog Time Spent: 10m
Work Description: kennknowles commented on issue #4707: [BEAM-3321]
update google-cloud-spanner dependency
URL: https://github.com/apache/beam/pull/4707#issuecomment-401093812
We have turned on autoformatting of the codebase, which causes small
conflicts across the board. You can probably safely rebase and just keep your
changes. Like this:
```
$ git rebase
... see some conflicts
$ git diff
... confirmed that the conflicts are just autoformatting
... so we can just keep our changes are do our own autoformat
$ git checkout --theirs --
$ git add -u
$ git rebase --continue
$ ./gradlew spotlessJavaApply
```
Please ping me if you run into any difficulty.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 116880)
Time Spent: 3.5h (was: 3h 20m)
> Update gax-grpc dependency to latest
> ------------------------------------
>
> Key: BEAM-3321
> URL: https://issues.apache.org/jira/browse/BEAM-3321
> Project: Beam
> Issue Type: Improvement
> Components: io-java-gcp
> Reporter: Chamikara Jayalath
> Assignee: Mairbek Khadikov
> Priority: Major
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> Beam uses 0.20 latest release is 1.15:
> https://mvnrepository.com/artifact/com.google.api/gax-grpc
> This results in compatibility issues when Beam and Datastore client are used
> together:
> https://lists.apache.org/thread.html/8a99f4c0dbb1138f1067ef73b2ba7f44f035b309af41b1876ffc1ff2@%3Cuser.beam.apache.org%3E
> Assigning to Mairbek who added this dependency recently.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)