FearfulTomcat27 opened a new pull request, #15483: URL: https://github.com/apache/iotdb/pull/15483
This pull request includes a minor but important fix to the `HyperLogLog` class in the `iotdb-core` module. The change ensures that the bounds check for `maxStandardError` is inclusive of the lowest and highest allowed values. * [`iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/aggregation/HyperLogLog.java`](diffhunk://#diff-e386b0d69ef98e3c9b262715f258c19fb22e033a82364a7143bfdf3285f1e3b3L108-R109): Adjusted the conditional check in the `standardErrorToBuckets` method to use inclusive bounds for `LOWEST_MAX_STANDARD_ERROR` and `HIGHEST_MAX_STANDARD_ERROR`, ensuring correct validation of `maxStandardError`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
