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
This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
This pull request provided Java side support of casting string from/to decimal, which is required by spark-rapids.
Although parsing of string formatted as scientific notation to decimal has not been supported yet by cuDF, we are able to implement string to decimal conversion at spark-rapids side through a two-steps hack:
1. casting string to float
2. casting float to decimal
In addition, this pull request also addressed issue #6795.
Authors:
- Alfred Xu (@sperlingxx)
Approvers:
- Robert (Bobby) Evans (@revans2)
URL: #7623
As mentioned in conversation of #6770, it is good to have a decimal constructor for boxed unscaled values, which working with
ColumnVector.build
.The text was updated successfully, but these errors were encountered: