Munoon commented on issue #1481: URL: https://github.com/apache/incubator-fury/issues/1481#issuecomment-2043168929
> You need to invoke `this.mapSerializer.setKeySerializer(keySerializer);` in `write/read` method. It will be set to null every time to avoid nested map serialization exception Thank you, it works for me and solves my problem. But maybe it worth adding some option to remove this logic? Also, is such long initialization normal to fury? Looks like a bug to me. -- 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]
