dianfu commented on code in PR #21536:
URL: https://github.com/apache/flink/pull/21536#discussion_r1064534792
##########
flink-python/pom.xml:
##########
@@ -322,7 +322,7 @@ under the License.
<!-- Indirectly accessed in pyflink_gateway_server -->
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-jdbc</artifactId>
- <version>${project.version}</version>
+ <version>3.0.0-1.16</version>
Review Comment:
I think the versions of external connectors could be updated asynchronously.
The dependencies are introduced to ensure that the Python connector API works
well. If there are some backward-compatibility issues in Flink 1.16 for newly
released version, e.g. 3.0.0-1.16 where we forgot to test, we can address that
in a minor version, e.g. Flink 1.16.1.
--
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]