-
Notifications
You must be signed in to change notification settings - Fork 277
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
upgrading scalapb #1026
upgrading scalapb #1026
Conversation
The tests aren’t compiling, it’s not that they’re not passing. |
@ittaiz thank's for the pointers. I was able to fix the build by adding new dependencies of the grpc-java project. |
This fixes #667 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as well.
Simonas knows this area as well
* upgrading scalapb * lint fix * fix checksum * fixed build and tests by including additional grpc dependencies
Description
Upgrading scalapb to the latest version supported for Scala 2.11
Since this is a minor version upgrade in scalapb, there may be binary, and perhaps API incompatibilities.
Motivation
#667
So that I can use sparksql-scala and lenses without binary incompatibilities.
There are some tests that are failing can someone give me some pointers on why they are failing.
In particular, it looks like this target
//test/proto:test_service-fast
is failing to build but runningbazel build //test/proto:test_service-fast
says that the target does not exist.Here's the full error message: