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

[BUG] incorrect assertion in stringConcatenate and listConcatenateByRow #8246

Closed
sperlingxx opened this issue May 14, 2021 · 0 comments · Fixed by #8258
Closed

[BUG] incorrect assertion in stringConcatenate and listConcatenateByRow #8246

sperlingxx opened this issue May 14, 2021 · 0 comments · Fixed by #8258
Assignees
Labels
bug Something isn't working Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS

Comments

@sperlingxx
Copy link
Contributor

Describe the bug
There exists incorrect assertion on length of input columns in both stringConcatenate and listConcatenateByRow. However, libcudf supports single column concatenation for both string and list_by_row. And single column concatenation is also valid in Spark.

Expected behavior
We should reduce the requirement of length from 2 to 1, so as to unblock single column inputs from Spark rapids.

@sperlingxx sperlingxx added bug Something isn't working Needs Triage Need team to review and classify Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS labels May 14, 2021
@sperlingxx sperlingxx self-assigned this May 14, 2021
@jlowe jlowe removed the Needs Triage Need team to review and classify label May 14, 2021
rapids-bot bot pushed a commit that referenced this issue 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. Spark Functionality that helps Spark RAPIDS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants