Skip to content

Conversation

@kerwin-zk
Copy link
Contributor

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

@YannByron
Copy link
Contributor

+1

@YannByron YannByron merged commit e9da0ce into apache:master Nov 17, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants