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

   ### Change Logs
   
   All write support classes should extend HoodieAvoWriteSupport, the change 
uses Reflection APIs, to load sub classes of HoodieAvroWriteSupport. This 
approach is useful to override writeContext and other methods.
   
   ### Impact
   
   By default HoodieAvoWriteSupport is still used, so there is not impact.
   
   ### Risk level (write none, low medium or high below)
   
   None
   
   ### Documentation Update
   
   A new config hoodie.avro.write.support.class is added under 
HoodieStorageConfig class, which is used to load sub classes of 
HoodieAvoWriteSupport ar runtime.
   
   ### 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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to