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

[core] Add test for histogram metric #1618

Merged
merged 2 commits into from
Jul 25, 2023

Conversation

schnappi17
Copy link
Contributor

Purpose

Linked issue: close #1617

@schnappi17 schnappi17 force-pushed the add-test-histogram branch from 78c8515 to 4a90e67 Compare July 24, 2023 07:53
* Abstract base class for testing {@link Histogram} and {@link HistogramStatistics}
* implementations.
*/
public class AbstractHistogramTest {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need an abstract test class? There is only one subclass of Histogram.

@tsreaper tsreaper merged commit 95a7407 into apache:master Jul 25, 2023
schnappi17 added a commit to schnappi17/flink-table-store that referenced this pull request Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add test for histogram metric
2 participants