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

Port DH-12049: Improve and Refactor TestColumnSources and TestDataGeneration #3269

Merged
merged 8 commits into from
Jan 7, 2023

Conversation

nbauernfeind
Copy link
Member

@nbauernfeind nbauernfeind commented Jan 5, 2023

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.

import java.util.function.LongConsumer;

/**
* A test column source that ignores additions, only removing values.
Copy link
Contributor

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.

Copy link
Contributor

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.

Copy link
Member Author

Choose a reason for hiding this comment

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

That's embarrassing... Incoming.

@nbauernfeind nbauernfeind requested a review from cpwright January 6, 2023 20:28
@nbauernfeind nbauernfeind merged commit 2cc9d57 into deephaven:main Jan 7, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants