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

Disable large string support for Java build #16216

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Jul 8, 2024

Description

Disables libcudf large string support for the Java bindings build. The Java bindings need to be updated to handle large strings which is tracked by #16215.

Closes #16199.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@jlowe jlowe added bug Something isn't working Java Affects Java cuDF API. non-breaking Non-breaking change labels Jul 8, 2024
@jlowe jlowe self-assigned this Jul 8, 2024
@jlowe jlowe requested a review from a team as a code owner July 8, 2024 15:58
java/README.md Outdated Show resolved Hide resolved
Co-authored-by: Nghia Truong <7416935+ttnghia@users.noreply.github.com>
@jlowe
Copy link
Member Author

jlowe commented Jul 8, 2024

/merge

@rapids-bot rapids-bot bot merged commit cc8c868 into rapidsai:branch-24.08 Jul 8, 2024
78 checks passed
@jlowe jlowe deleted the java-disable-large-strings branch July 8, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Java Affects Java cuDF API. non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] cudf JAVA binding failed Maximum pool size exceeded in LargeTableTest
2 participants