LiangliangSui opened a new issue, #1647: URL: https://github.com/apache/incubator-fury/issues/1647
## Is your feature request related to a problem? Please describe. Currently, when we add or modify configuration fields in [FuryBuilder](https://github.com/apache/incubator-fury/blob/main/java/fury-core/src/main/java/org/apache/fury/config/FuryBuilder.java), we need to manually update the table in [java_serialization_guide.md#furybuilder--options](https://github.com/apache/incubator-fury/blob/main/docs/guide/java_serialization_guide.md#furybuilder--options) ## Describe the solution you'd like Code a script to automatically update the content in `java_serialization_guide.md#furybuilder--options` when the content in `FuryBuilder` is modified. Divide the feature into three stages for implementation. 1. Code a script to implement the above functions. 2. Add comments to all configuration fields in `FuryBuilder` to provide `Description` for automatic generation. 3. Configure CI and enable `FuryBuilder` configuration field detection in CI. When a configuration field is added or modified, if the doc is not updated, CI fails and prompts that the doc needs to be updated. ## Additional context <!-- Add any other context or screenshots about the feature request here. --> -- 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]
