jmalkin commented on issue #89: URL: https://github.com/apache/datasketches-rust/issues/89#issuecomment-3887367083
Sorry, yes, 2^31-1. And Java does indeed check if the serialized size would exceed what `toByteArray()` can handle and throws an exception saying to use `toLongArray()` instead. The implementations should standardize on Java’s limit. C++'s limit can be safely increased without breaking anyone’s existing filters. -- 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]
