FANNG1 opened a new issue, #10541: URL: https://github.com/apache/gravitino/issues/10541
### Describe the proposal Refactor the Gravitino Flink connector to use a versioned architecture baseline and deliver Flink 1.18 support first. This issue covers: - introducing `flink-common` - introducing `flink-1.18` - introducing `flink-runtime-1.18` - moving shared connector logic into `flink-common` - adding version-specific Flink 1.18 catalog and factory entry classes - adding Flink 1.18 version-specific integration test entries - updating runtime packaging and CI for the Flink 1.18 lane This issue is the first implementation stage under parent issue #9710. ### Why is this needed The current single-module Flink connector layout is not a good foundation for maintained multi-version support. A Flink 1.18 baseline is the first step to establish the new versioned architecture. ### Additional context Parent issue: #9710 -- 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]
