Rohan Agarwal
Rohan Agarwal
As discussed in the meetup, it would be nice to clean up these metrics, some of them are really useful for performance tuning. Currently, it is not easy to visualize...
@huijunw @sreev
I'm on darwin, bazel 0.7.0. ``` $bazel version Build label: 0.7.0-homebrew Build target: bazel-out/darwin_x86_64-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Thu Oct 19 09:13:24 2017 (1508404404) Build timestamp: 1508404404 Build timestamp as int: 1508404404...
Can also confirm that it fails with the same error on ubuntu, with bazel 0.7.0.
You got the wrong library in #46. The dependency should be `"protobufjs": "~6.8.0"`, not `"protobuf.js"`. Please see the link in my original post.
I created pull request #47 with a test example similar to #46, using the correct library. Let's see what Travis says about this.
Hi @findepi @dain any updates on this bug? Hoping it can be addressed before the next Trino release.
On a related note, is there a plan to support consuming multi release JARs using the `jvm_maven_import_external` rule? I can open a separate issue for this if needed.