FANNG1 commented on code in PR #10442:
URL: https://github.com/apache/gravitino/pull/10442#discussion_r2940234536


##########
ai-code-spec/flink_multi_version_support_spec.md:
##########
@@ -0,0 +1,995 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+# Gravitino Flink Connector Multi-Version Support Spec
+
+| Field | Value |
+| --- | --- |
+| Status | Proposal |
+| Owner | FANNG |
+| Created | 2026-03-16 |
+| Target Release | 1.3.0 |
+| Related Issue | [#9710](https://github.com/apache/gravitino/issues/9710) |
+| Related PR | N/A |
+
+## Goal
+
+Add maintained support for Flink `1.18`, `1.19`, and `1.20` with versioned 
runtime artifacts, similar to the Spark connector release model.
+
+The output of this work should be:
+
+- one shared `flink-common` module
+- one connector module per supported Flink minor
+- one runtime shadow jar per supported Flink minor
+- CI and docs that explicitly cover the supported Flink matrix
+
+## Non-Goals
+
+- Supporting Flink `1.17` or Flink `2.x`

Review Comment:
   Good point. I clarified this in local follow-up commit `1bb0952b5` by making 
the top-level note more explicit: Flink `2.0` is out of scope for this delivery 
and should be treated as a larger follow-up compatibility lane, not a small 
extension of the `1.18` to `1.20` work. The dedicated `Future Flink 2.0 
Compatibility Lane` section remains as the longer explanation.



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