-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-40944: [Java] Implement TypeEqualsVisitor for StringView #41606
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
Signed-off-by: Tai Le Manh <[email protected]>
|
|
|
@tlm365 thanks for working on this PR. I will take a look today. |
|
@lidavidm could you please help to run the workflows? |
|
@lidavidm should we also include a test for |
|
This is for type equality... |
vibhatha
left a comment
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.
LGTM!
|
After merging your PR, Conbench analyzed the 0 benchmarking runs that have been run so far on merge-commit 0e9896d. None of the specified runs were found on the Conbench server. The full Conbench report has more details. |
…ache#41606) ### Rationale for this change Resolves apache#40944 . ### What changes are included in this PR? ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#40944 Authored-by: Tai Le Manh <[email protected]> Signed-off-by: David Li <[email protected]>
…ache#41606) ### Rationale for this change Resolves apache#40944 . ### What changes are included in this PR? ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#40944 Authored-by: Tai Le Manh <[email protected]> Signed-off-by: David Li <[email protected]>
…ache#41606) ### Rationale for this change Resolves apache#40944 . ### What changes are included in this PR? ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#40944 Authored-by: Tai Le Manh <[email protected]> Signed-off-by: David Li <[email protected]>
Rationale for this change
Resolves #40944 .
What changes are included in this PR?
Are these changes tested?
Yes.
Are there any user-facing changes?
No.
TypeEqualsVisitorfor StringView #40944