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

[Bug]: Fix typos in HistogramData.java and HistogramDataTest.java #29085

Closed
1 of 16 tasks
ghost opened this issue Oct 20, 2023 · 1 comment · Fixed by #29105
Closed
1 of 16 tasks

[Bug]: Fix typos in HistogramData.java and HistogramDataTest.java #29085

ghost opened this issue Oct 20, 2023 · 1 comment · Fixed by #29105

Comments

@ghost
Copy link

ghost commented Oct 20, 2023

What happened?

The recent commit of HistogramData (9aaf9c213e) has introduced a few typos to the code.

(1) wiht -> with

* Returns a histogram object wiht exponential boundaries. The input parameter {@code scale}

(2) effecient -> efficient

// This method is valid for all 'scale' values but we fallback to more effecient methods for

(3) Postive -> Positive

public void testExponentialBuckets_PostiveScaleRecord() {

Issue Priority

Priority: 3 (minor)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@viveksumanth
Copy link
Contributor

viveksumanth commented Oct 22, 2023

.take-issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant