-
Notifications
You must be signed in to change notification settings - Fork 80
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
Port DH-12049: Improve and Refactor TestColumnSources and TestDataGeneration #3269
Conversation
...able/src/main/java/io/deephaven/engine/table/impl/sources/UnboxedLongBackedColumnSource.java
Outdated
Show resolved
Hide resolved
import java.util.function.LongConsumer; | ||
|
||
/** | ||
* A test column source that ignores additions, only removing values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's actually wrong. It ignores modifications; throws on removals. Adds when requested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You still need to replicate Char, where you fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's embarrassing... Incoming.
Phew.. I made slightly more changes than in the original commit by fixing up easy no-contest intellij warnings.
Sorry for the huge PR (Charles shares this fault).
Here is the internal jira ticket: DH-11964
Here is the internal commit.
Click here to see the nightlies.