gianm commented on PR #14334: URL: https://github.com/apache/druid/pull/14334#issuecomment-1560266924
Looks pretty clean. Thanks for the patch! Reading https://github.com/apache/datasketches-java/blob/master/src/main/java/org/apache/datasketches/quantilescommon/QuantileSearchCriteria.java, I don't immediately see situations where the difference between `inclusive` and `exclusive` would be meaningful. Do you know of situations where the difference is in fact important? That'd help understand the potential impact of the change. I also wonder, if the old behavior was `exclusive`, then why change it? I mean, why not have things always be `exclusive` post this patch as well? Is `inclusive` fundamentally better in some way? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
