handle InvalidCodePointException and add a testcase#7734
handle InvalidCodePointException and add a testcase#7734martint merged 1 commit intotrinodb:masterfrom JoJoBizarreAdventure:testChar
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
3 similar comments
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
skrzypo987
left a comment
There was a problem hiding this comment.
Looks good.
Please rewrite commit message to something like "Handle InvalidCodePointException in CharacterStringCasts". No need to specify that tests are added.
There was a problem hiding this comment.
That comment seems unnecessary. The test is pretty straightforward
There was a problem hiding this comment.
Use Character.MIN_SURROGATE and Character.MAX_SURROGATE constants
There was a problem hiding this comment.
ok, I will fix it later
|
@JoJoBizarreAdventure please sign cla form |
|
LGTM overall % @skrzypo987 's comments. Would be good to update the commit message. Maybe |
Ok, I will squash the commit and update the commit message later |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
1 similar comment
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
|
I have updated the commit and changed the commit message. |
I'd leave the test case as it is. |
skrzypo987
left a comment
There was a problem hiding this comment.
Please fill out the CLA, and send a photo/scan to cla@trino.io. Without that we are unable to merge the PR.
I have sent one these days and waiting for reply now. |
|
I have sent a CLA request but the recent commit doesn't add me to the contributors. Shall I send it again? In usual case how long will the response take? |
|
@cla-bot check |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@JoJoBizarreAdventure, can you try re-sending your CLA? We never received it. |
Ok,I will re-sending one with gmail, maybe changing the email will work. |
|
|
@cla-bot check |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
I have cla-signed now, please check. |
core/trino-main/src/main/java/io/trino/operator/scalar/CharacterStringCasts.java
Outdated
Show resolved
Hide resolved
|
All checks pass now, it seems my work is done. |
|
@martint - do we want a release note for this? |

Inherit changes in https://github.com/trinodb/trino/pull/7731/commits
Merge all changes and testcase in one file
handling this issue #7597
fixes #7597