jmalkin commented on pull request #51: URL: https://github.com/apache/incubator-datasketches-hive/pull/51#issuecomment-636109558
Thanks for identifying and proposing this. I think @Lordshinjo 's solution ends up being the way to go since it avoids any extra copies. I also checked what BytesWritable does with getBytes() (just returns the bytes) vs copyBytes() (which would work but does an arraycopy). I'll say a bit more on the issue itself. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
