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

[BUG]: set_meta always re-sets the index for cudf DataFrames #1487

Open
2 tasks done
cwharris opened this issue Feb 1, 2024 · 0 comments
Open
2 tasks done

[BUG]: set_meta always re-sets the index for cudf DataFrames #1487

cwharris opened this issue Feb 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cwharris
Copy link
Contributor

cwharris commented Feb 1, 2024

Version

24.03

Which installation method(s) does this occur on?

No response

Describe the bug.

Prior to #1468 set_meta optionally reset the index on cudf DataFrames when the index was not monotonic. However when updating to CUDF 24.02, a bug needed to be worked around by always resetting the index. This has performance implications, so we should try to avoid resetting the index when possible.

https://github.com/nv-morpheus/Morpheus/pull/1468/files/41ea18be9b655a1867c6977e2205c44647067df4#diff-dc7743e54d2d8647f67b80faf5e371eef27fe6e248b80c6c4c259b220f6a00f5R272-R275

Minimum reproducible example

No response

Relevant log output

Click here to see error details

[Paste the error here, it will be hidden by default]

Full env printout

Click here to see environment details

[Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct

  • I agree to follow Morpheus' Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@cwharris cwharris added the bug Something isn't working label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant