-
Notifications
You must be signed in to change notification settings - Fork 234
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
Replace toTitle
with capitalize
for GpuInitCap
#2838
Conversation
Signed-off-by: Firestarman <[email protected]>
toTitle
with capitalize
for GpuInitCaptoTitle
with capitalize
for GpuInitCap
toTitle
with capitalize
for GpuInitCaptoTitle
with capitalize
for GpuInitCap
This PR depends on rapidsai/cudf#8624, and it is WIP, because the doc can not be updated due to build failures. |
Signed-off-by: Firestarman <[email protected]>
Signed-off-by: Firestarman <[email protected]>
Signed-off-by: Firestarman <[email protected]>
Signed-off-by: Firestarman <[email protected]>
sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOverrides.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Firestarman <[email protected]>
Signed-off-by: Firestarman <[email protected]>
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.
I thought we should cover at least some of the characters mentioned in the bug
Yes, many characters are now covered. IIUC the only issue is that there are some corner-case characters that could be mishandled based on characters that were added to the Unicode standard between versions. If cudf and JVM aren't targeting the same version of the Unicode standard then those characters occurring in the string can cause a mismatch between GPU and CPU output.
sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOverrides.scala
Outdated
Show resolved
Hide resolved
….scala Improve the incompat doc Co-authored-by: Jason Lowe <[email protected]>
Signed-off-by: Firestarman <[email protected]>
Signed-off-by: Firestarman <[email protected]>
Since tests failed due to some special charaters Signed-off-by: Firestarman <[email protected]>
toTitle
with capitalize
for GpuInitCaptoTitle
with capitalize
for GpuInitCap
build |
Filed the bug rapidsai/cudf#8644 to track the failures for |
Signed-off-by: Firestarman <[email protected]>
Signed-off-by: Firestarman <[email protected]>
Signed-off-by: Firestarman <[email protected]>
build |
sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOverrides.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Firestarman <[email protected]>
build |
Replace
toTitle
withcapitalize
for GpuInitCap to align with the behavior of SparkInitCap
.closes #2786
closes #120
Signed-off-by: Firestarman [email protected]