fulmicoton-dd opened a new pull request, #132: URL: https://github.com/apache/datasketches-rust/pull/132
The aux map can be serialized in two format. Rust serializes only the compact format but omits to set the compact flag. https://github.com/apache/datasketches-java/blob/main/src/main/java/org/apache/datasketches/hll/HeapAuxHashMap.java#L65-L96 This PR sets the flag. -- 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]
