-
Notifications
You must be signed in to change notification settings - Fork 136
chore(x-goog-spanner-request-id): commit foundation #3643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Show resolved
Hide resolved
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
5183b3c to
5f27364
Compare
|
@sakthivelmanii thanks for the first round of comments! I've addressed them, please take a look and also kindly help me run the bots. |
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
643f345 to
bb9fdcf
Compare
|
@odeke-em mark this PR as chore. feat creates a new minor version. This change really does nothing. In upcoming PRs where you are using this class, you can define it as feat. |
|
thank you @sakthivelmanii I didn't know that about automatically creating releases: today I learnt! |
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Show resolved
Hide resolved
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/XGoogSpannerRequestIdTest.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/XGoogSpannerRequestIdTest.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/XGoogSpannerRequestIdTest.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/XGoogSpannerRequestIdTest.java
Outdated
Show resolved
Hide resolved
85ab665 to
8bd366d
Compare
|
@sakthivelmanii @olavloite thanks for the reviews, please take another round. |
ccda785 to
c084579
Compare
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
Outdated
Show resolved
Hide resolved
google-cloud-spanner/src/test/java/com/google/cloud/spanner/XGoogSpannerRequestIdTest.java
Show resolved
Hide resolved
This change adds in the bases to bring in the functionality for the "x-goog-spanner-request-id" that'll be used for debugging without the limits of trace continuity and sampling. Updates googleapis#3537 Address code review comments
0a14334 to
331e06e
Compare
This change adds in the bases to bring in the functionality for the "x-goog-spanner-request-id" that'll be used for debugging without the limits of trace continuity and sampling.
Updates #3537