kfaraz commented on issue #12261: URL: https://github.com/apache/druid/issues/12261#issuecomment-1040597660
Thanks a lot for pointing this out, @AlexanderSaydakov ! I had missed this while making the changes in the mentioned commit. What I really intended to do was get a better estimate of the memory used by a `org.apache.datasketches.theta.Union`. As the `Union` interface does not expose a `getCurrentBytes()` or similar method, I had to resort to the reflection. Please advise what would be a better way to achieve the same. -- 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]
