tsreaper opened a new pull request, #844:
URL: https://github.com/apache/incubator-paimon/pull/844

   ### Purpose
   
   Currently a lot of classes have bucketing / partitioning logic, such as 
`BucketComputer`, `SinkRecordConverter`, `BucketStreamPartitioner`, 
`CdcRecordStreamPartitioner`, etc. These bucketing / partitioning logic must be 
kept in sync.
   
   By refactoring these logic into the same class, we can avoid problems like 
when creating a new stream partitioner we accidentally write the wrong 
partitioning or bucketing logic.
   
   ### Tests
   
   Existing tests can cover the changes.
   
   ### API and Format 
   
   N/A
   
   ### Documentation
   
   N/A
   


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