HuangZhenQiu commented on PR #19744:
URL: https://github.com/apache/hudi/pull/19744#issuecomment-5425680009

   > `RocksDBDAO` should remain a generic column-family abstraction. Partition 
naming, registration, and loaded-state management are RFC-107 cache policies 
and should live in the partition-aware Flink backend.
   > 
   > We should limit this PR to basic column-family operations, such as create, 
drop, existence checks, and listing, and move partition-specific logic to the 
Flink backend.
   
   Thanks for the suggestions. It is a better design to push the partition 
management in partition-aware Flink backend. Revised the PR with minimal api 
changes.


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