-
Notifications
You must be signed in to change notification settings - Fork 65
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
Make strip optional for castToInteger and castToDecimal #797
Conversation
Signed-off-by: Robert (Bobby) Evans <[email protected]>
build |
CI failed because of an spdlog issue that I think is unrelated. Looking into it... |
Looks like the spdlog issue is related to a change to RMM. rapidsai/rmm#1173 (comment) and because CUDF pulls in the latest RMM and we have not fixed NVIDIA/spark-rapids#6445 yet so we let CUDF pull in the latest RMM, which makes our builds not reproducible, we are failing yet again. |
build |
df41cb9
build |
@jlowe @hyperbolic2346 @mythrocks could you all take another look. I forgot to update the C++ tests, which should be fixed now. |
Hive parsing does not strip out leading or trailing white space (for integer and decimal types, float it does because java does it for them).
This makes that stripping optional so we can reuse the existing kernels with hive parsing.