leerho commented on code in PR #447:
URL: https://github.com/apache/datasketches-java/pull/447#discussion_r1286493320
##########
src/main/java/org/apache/datasketches/common/ArrayOfNumbersSerDe.java:
##########
@@ -144,7 +127,76 @@
+ i + ": " + numType);
}
}
-
return array;
}
+
+ @Override
+ public int sizeOf(final Number item) {
+ if ( item instanceof Long) { return Byte.BYTES + Long.BYTES; }
Review Comment:
All fixed.
--
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]