We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The value 123 should map to '7B' not '4D2' in the function docs for integers_to_hex.
Location of incorrect documentation
cudf/cpp/include/cudf/strings/convert/convert_integers.hpp
Line 204 in 23d24d4
Describe the problems or issues found in the documentation It should be fixed to the correct hex value
Steps taken to verify documentation is incorrect Ran the method integers_to_hex
integers_to_hex
Report needed documentation A clear and concise description of what documentation you believe it is needed and why.
Describe the documentation you'd like A clear and concise description of what you want to happen.
Steps taken to search for needed documentation List any steps you have taken:
The text was updated successfully, but these errors were encountered:
I can fix this in #14208
Sorry, something went wrong.
Return error if BOOL8 column-type is used with integers-to-hex (#14208)
6e00ad0
Removes support to convert BOOL8 column-type to hex using `cudf::strings::integers_to_hex`. Also fixed other integer to string conversions to remove this unsupported type. Added gtests to verify an error is thrown for this case. Closes #14232 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Bradley Dice (https://github.com/bdice) - Nghia Truong (https://github.com/ttnghia) - Karthikeyan (https://github.com/karthikeyann) - MithunR (https://github.com/mythrocks) URL: #14208
davidwendt
Successfully merging a pull request may close this issue.
Report incorrect documentation
The value 123 should map to '7B' not '4D2' in the function docs for integers_to_hex.
Location of incorrect documentation
cudf/cpp/include/cudf/strings/convert/convert_integers.hpp
Line 204 in 23d24d4
Describe the problems or issues found in the documentation
It should be fixed to the correct hex value
Steps taken to verify documentation is incorrect
Ran the method
integers_to_hex
Report needed documentation
Report needed documentation
A clear and concise description of what documentation you believe it is needed and why.
Describe the documentation you'd like
A clear and concise description of what you want to happen.
Steps taken to search for needed documentation
List any steps you have taken:
The text was updated successfully, but these errors were encountered: