-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Adding Spanner STRUCT param samples #1128
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
|
||
runSample("writestructdata"); | ||
out = runSample("querywithstruct"); | ||
assertThat(out).contains("6"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These "contains" asserts should considered switching to "equals" since if the input contains a 6 in the stack trace they may still pass.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, will confirm changes work once the library is released.
@kurtisvg @jsimonweb FYI : would be great if you could review + merge. |
No description provided.