suztomo edited a comment on pull request #13765: URL: https://github.com/apache/beam/pull/13765#issuecomment-763015608
(Yes, `beam-linkage-check.sh` is a good tool when upgrading the BOM) Would you try this? ``` sdks/java/build-tools/beam-linkage-check.sh origin/master reuvenlax/update_bom ``` (This may take few ten minutes) This command checks the dependency compatibility of beam-sdks-java-core, beam-sdks-java-io-google-cloud-platform, beam-runners-google-cloud-dataflow-java, beam-sdks-java-io-hadoop-format. If you want to exclude the rest, you can run: ``` sdks/java/build-tools/beam-linkage-check.sh origin/master reuvenlax/update_bom beam-runners-google-cloud-dataflow-java ``` I'll update the script usage. ---------------------------------------------------------------- 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]
