czy006 opened a new pull request, #4068: URL: https://github.com/apache/amoro/pull/4068
This PR introduces a framework for executing Paimon table maintenance operations (snapshot expiration, orphan file cleanup) remotely on Spark optimizers. **Changes:** - MaintainerInput/Output interfaces and base implementations in amoro-common - MaintainerExecutor/Factory interfaces for remote execution pattern - New amoro-optimizer-paimon-spark module with SparkMaintainerExecutor - PaimonSnapshotExpire* components for snapshot expiration operations - Placeholder SparkOptimizer for future Paimon optimizing support **Key Design:** - Follows existing Optimizer pattern for consistency - Multi-format compatible (Iceberg, Paimon) - Remote-only execution (no local AMS maintainer integration) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
