You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/02/15 17:57:19 UTC

[GitHub] [druid] kfaraz commented on issue #12261: Accessing private parts of datasketches

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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org