cloudspannerecosystem / wrench

wrench - Schema management tool for Cloud Spanner -
MIT License
239 stars 46 forks source link

add new flag for applying DML to specify Spanner's RPC priority #37

Closed iwata closed 3 years ago

iwata commented 3 years ago

WHAT

SSIA

WHY

Because I want to run DML with as little impact on the main Spanner task as possible.

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

iwata commented 3 years ago

@googlebot I signed it!

110y commented 3 years ago

@iwata

Please run make dep in order to make Bazel recognize new dependencies.

iwata commented 3 years ago

@110y fixed 9a494fc (#37), PTAL.

iwata commented 3 years ago

@110y PTAL

110y commented 3 years ago

@iwata Sorry, please resolve the conflicts with master branch including #37 again

iwata commented 3 years ago

@iwata Sorry, please resolve the conflicts with master branch including #37 again

@110y resolved and squash into one commit, PTAL.