Skip to content
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

[FEA] Update CudfUnsafeRow to include size estimates for strings and implementation for getUTF8String #5634

Open
mattahrens opened this issue May 25, 2022 · 1 comment · Fixed by #5998
Assignees
Labels
feature request New feature or request performance A performance related task/issue

Comments

@mattahrens
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Update CudfUnsafeRow to include:

  • size estimates for Strings (does not have to be perfect) Spark uses 20 bytes as an estimate for the size of the String itself.
  • Add in an implementation for getUTF8String to read the offset and size. I think the code that is commented out is close, but needs to be modified because we don't guarantee 64-bit alignment for this.

Ref: rapidsai/cudf#10033 (comment)

@amahussein
Copy link
Collaborator

reopened by #6367

@amahussein amahussein reopened this Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request performance A performance related task/issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants