Skip to content
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

Merged
merged 2 commits into from
May 19, 2021

Conversation

sperlingxx
Copy link
Contributor

Fix #8246.

@sperlingxx sperlingxx added bug Something isn't working Java Affects Java cuDF API. non-breaking Non-breaking change labels May 17, 2021
@sperlingxx sperlingxx requested a review from a team as a code owner May 17, 2021 04:05
@@ -509,7 +509,8 @@ public static ColumnVector stringConcatenate(ColumnView[] columns) {
* @return A new java column vector containing the concatenated strings.
Copy link
Contributor

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.

Copy link
Contributor Author

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]>
@firestarman
Copy link
Contributor

LGTM from the functionality point.
For perf, it is recommended to return the single column directly instead of this concatenate op.

@jlowe
Copy link
Member

jlowe commented May 18, 2021

rerun tests

@jlowe jlowe changed the title Fix incorrect assertion in Java concat [skip ci] Fix incorrect assertion in Java concat [skip ci] May 18, 2021
@jlowe jlowe changed the title Fix incorrect assertion in Java concat [skip ci] Fix incorrect assertion in Java concat [skip ci] May 18, 2021
@sperlingxx
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 7af8966 into rapidsai:branch-21.06 May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Java Affects Java cuDF API. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] incorrect assertion in stringConcatenate and listConcatenateByRow
6 participants