yihua opened a new pull request, #7853:
URL: https://github.com/apache/hudi/pull/7853

   ### Change Logs
   
   The `HoodieConfigDocGenerator` throws error and skips processing some config 
classes as they are not annotated.
   ```
   21   [main] INFO  org.apache.hudi.utils.HoodieConfigDocGenerator  - ### 
Config class org.apache.hudi.sync.common.HoodieSyncConfig
   21   [main] ERROR org.apache.hudi.utils.HoodieConfigDocGenerator  - FATAL 
error Please add `ConfigClassProperty` annotation for 
org.apache.hudi.sync.common.HoodieSyncConfig
   ```
   
   This PR annotates the missing classes so that the configs in these classes 
are properly processed and populated to our `All Configurations` page.
   
   ### Impact
   
   Adds missing configs to `All Configurations` page with auto generation.
   
   ### Risk level
   
   none
   
   ### Documentation Update
   
   As above
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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

Reply via email to