cryptoe commented on code in PR #13319:
URL: https://github.com/apache/druid/pull/13319#discussion_r1015353798
##########
processing/src/main/java/org/apache/druid/frame/key/RowKey.java:
##########
@@ -31,6 +31,7 @@
public class RowKey
{
private static final RowKey EMPTY_KEY = new RowKey(new byte[0]);
+ private static final int OBJECT_OVERHEAD_SIZE_BYTES = 44; // Constant to
account for hashcode and object overhead
Review Comment:
Can we add each item individually or mention in the comment how 44 was
arrived at?
--
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]