Test and fix cast from bigint to varchar#17152
Merged
highker merged 1 commit intoprestodb:masterfrom Feb 7, 2022
Merged
Conversation
prithvip
approved these changes
Jan 27, 2022
Contributor
There was a problem hiding this comment.
nit: Could this testing logic be put into a private static "assertThrows" (or something like that) helper method so as to match the style of the rest of this class? It could be helpful in the future too to test exceptions being thrown properly, and would be less awkward than catching an exception thrown by an assertion.
highker
approved these changes
Jan 27, 2022
Contributor
Author
There was a problem hiding this comment.
It will be used in other similar PRs, like #17232
Contributor
Author
|
I've run locally the failed tests and they pass. |
|
@v-jizhang can we rebase and force push? |
|
Cherry-pick of trinodb/trino#10090 Co-authored-by: kasiafi <30203062+kasiafi@users.noreply.github.com>
4ce8a6a to
d4ca4db
Compare
Contributor
Author
|
@highker Done. |
This was referenced Feb 24, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of trinodb/trino#10090
Co-authored-by: kasiafi 30203062+kasiafi@users.noreply.github.com
Test plan - Added tests