-
Notifications
You must be signed in to change notification settings - Fork 915
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
Fix incorrect assertion in Java concat [skip ci] #8258
Conversation
Signed-off-by: sperlingxx <[email protected]>
@@ -509,7 +509,8 @@ public static ColumnVector stringConcatenate(ColumnView[] columns) { | |||
* @return A new java column vector containing the concatenated strings. |
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.
Need to update the comment here to match the behavior.
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.
Fixed! Thanks for catching that.
Signed-off-by: sperlingxx <[email protected]>
LGTM from the functionality point. |
rerun tests |
@gpucibot merge |
Fix #8246.