chaokunyang commented on code in PR #173: URL: https://github.com/apache/fury-site/pull/173#discussion_r1732140425
########## docs/guide/java_serialization_guide.md: ########## @@ -436,36 +424,25 @@ MemoryBuffer buffer=xxx; fury.deserialize(buffer); ``` -`getFury` is a method to load corresponding fury, you can shade and relocate different version of fury to different -package, and load fury by version. +`getFury` is the way to load the corresponding version of Fury. You can use the maven shade plugin to shade different versions of Fury and relocate them under different packages, so that you can load different versions of Fury under different paths. -If you upgrade fury by minor version, or you won't have data serialized by older fury, you can upgrade fury directly, -no need to `versioning` the data. +If you upgrade fury by minor version, or you won't have data serialized by older fury, you can upgrade fury directly, no need to `versioning` the data. -## Trouble shooting +## Troubleshooting Common Problems Review Comment: ```suggestion ## Troubleshooting Common Issues ``` -- 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]
