chaokunyang commented on code in PR #2243: URL: https://github.com/apache/fury/pull/2243#discussion_r2094153731
########## java/fury-format/README.md: ########## @@ -11,3 +11,6 @@ Fury row format is heavily inspired by spark tungsten row format, but with chang - Support adding fields without breaking compatibility. The initial fury java row data structure implementation is modified from spark unsafe row/writer. + +It is possible to register custom type handling and collection factories for the row format - +see Encoders.registerCustomCodec and Encoders.registerCustomCollectionFactory. Review Comment: Could we add an example here, maybe in next PR? -- 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]
