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

   ### Change Logs
   
   _Describe context and summary for this change. Highlight if any code was 
copied._
   
   in some cases, we want to change hudi table type
   
   COW to MOR, for more efficient and lower latency writing
   MOR to COW, for better read performance or something else
   
   So I want to add this feature to hudi-cli module
   
   ### Impact
   
   should be no impact
   
   ### Risk level (write none, low medium or high below)
   
   low
   
   ### Documentation Update
   
   _Describe any necessary documentation update if there is any new feature, 
config, or user-facing change_
   
   - _Add a table command in hudi-cli naming `table change-table-type`, the 
param candidates are `COW_TO_MOR` and `MOR_TO_COW`. Literal meaning 
`COW_TO_MOR` changing cow table to mor, `MOR_TO_COW` change mor table to cow._
   - Before changing mor to cow, now we need to do a full compaction! Or there 
will be dataloss issue.
   
   
   ### 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