robinyqiu commented on pull request #12027: URL: https://github.com/apache/beam/pull/12027#issuecomment-646345220
You can find the error details here (click on "+"): https://ci-beam.apache.org/job/beam_PreCommit_SQL_Java11_Commit/124/checkstyle/ It says "You are using raw grpc/protobuf, please use vendored grpc/protobuf classes." Try `import org.apache.beam.vendor.grpc.v1p26p0.com.google.protobuf.ByteString`, this will fix the problem. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
