Improper getter value is fixed.#6930
Conversation
clintropolis
left a comment
There was a problem hiding this comment.
Nice catch 👍
Is it worth adding a "serde" test?
|
Do you mean adding a method to ApproximateHistogramPostAggregatorTest which extends BucketsPostAggregator? |
|
Didn't you find this bug using some sort of inspection or static analysis? |
I'd suggest adding a BucketsPostAggregatorTest that has a |
|
@gianm We can merge this PR if it is OK and I can create another PR which includes all tests for BucketsPostAggregatorTest? |
|
I think the serde unit test should be included here because it fixes a bug. |
|
I agree with @jihoonson, it is best to add a unit test in the same patch that fixes a bug. |
|
👍 |
I've updated my PR. |
clintropolis
left a comment
There was a problem hiding this comment.
LGTM, thanks for adding the test! 👍 after CI
|
CI checks are OK 👍 |
* Improper getter value is fixed. * Test class is added.
No description provided.