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

Replace usage of trove in Chunk APIs #5058

Merged
merged 5 commits into from
Feb 9, 2024

Conversation

niloc132
Copy link
Member

Partial #188

@niloc132 niloc132 requested a review from rcaudy February 6, 2024 19:32
Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still have 2 usages of Trove in the module, once we clean up the unused imports.
It looks to me like we can eliminate both trivially, if needed.

@@ -33,8 +33,10 @@
import java.io.InputStream;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused imports for trove stuff:

import gnu.trove.iterator.TLongIterator;
import gnu.trove.list.array.TLongArrayList;

@niloc132 niloc132 merged commit 4d3947b into deephaven:main Feb 9, 2024
19 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants