You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: