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

   In the initialization method of DataSourceInternalWriterHelper, it currently 
creates two identical HoodieTable instances. We should remove one of them. 
Also, when comparing the differences between the two HoodieTable instances, I 
noticed that the createTable method in BaseHoodieWriteClient includes a 
HadoopConfiguration parameter that isn't used by any implemented methods. I'm 
not sure why it was designed this way, but I think we can remove it.
   
   ### Change Logs
   
   None
   
   ### Impact
   
   None
   
   ### Risk level (write none, low medium or high below)
   
   low
   
   ### Documentation Update
   
   None
   
   ### 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