kerwin-zk opened a new pull request, #6616:
URL: https://github.com/apache/paimon/pull/6616

   ### Purpose
   
   - Created `PaimonScanCommon` abstract class to extract common functionality
   - Moved `PaimonScan` to extend `PaimonScanCommon` 
   - Implemented `SupportsRuntimeV2Filtering` in `PaimonScan`
   - This refactoring allows other classes to extend `PaimonScanCommon` and 
implement `SupportsRuntimeFiltering` interface independently
   - Improves code reusability and extensibility for different runtime 
filtering strategies
   
   This change enables better inheritance structure where multiple scan 
implementations can share common logic while having their own runtime filtering 
behavior.
   
   ### Tests
   
   CI
   


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