chaokunyang commented on code in PR #2250:
URL: https://github.com/apache/fury/pull/2250#discussion_r2099293318


##########
java/fury-format/README.md:
##########
@@ -13,7 +13,8 @@ Fury row format is heavily inspired by spark tungsten row 
format, but with chang
 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.
+see Encoders.registerCustomCodec and Encoders.registerCustomCollectionFactory. 
For an interface,
+Fury can synthesize a simple value implementation, see 
Encoders.registerLazyBeanInterface.

Review Comment:
   Could we add code example in this file?



-- 
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]

Reply via email to