Yuki Ito
Yuki Ito
I've faced the same issue and fixed by switching llvm version `10.0.1`.
@shamsher31 Do we have any update on this...?
I faced the same error. My workaround is loading dependencies of `protoc-gen-validate` explicitly like below: ```starlark git_repository( name = "protoc_gen_validate", commit = "8c0f6372216272771488d63323787e86377aefe0", remote = "https://github.com/envoyproxy/protoc-gen-validate", ) load("@protoc_gen_validate//:dependencies.bzl", protoc_gen_validate_deps =...
@easwars I created a PR that adds a new CallOption for setting `:authority` per RPC: https://github.com/grpc/grpc-go/pull/5787 Could you please check this PR...?
We would like to do so not only for Partitioned-DML but also `Insert`.
@AlexanderMann Thank you for commenting. For now, GCP does not provide any documentations about how to count Spanner mutations. But there are some experiments to count mutations like this: https://github.com/sinmetal/mutation_count_playground....
@RoryQ So sorry for late responding. > Flexibility to apply a hotfix to production, then cherry-pick the migration back to development environments which are already ahead of production. It's interesting...