flink-connector-jdbc icon indicating copy to clipboard operation
flink-connector-jdbc copied to clipboard

[FLINK-36595][docs] Explicitly set connector compatibility as string …

Open hlteoh37 opened this issue 1 year ago • 2 comments

…to prevent version comparison mismatch

Purpose of the change

  • Set version as string to prevent version comparison mismatch. Issue has happened for other connectors too : https://github.com/apache/flink-connector-kafka/pull/132

Significant changes

(Please check any boxes [x] if the answer is "yes". You can first publish the PR and check them afterwards, for convenience.)

  • [ ] Dependencies have been added or upgraded
  • [ ] Public API has been changed (Public API is any class annotated with @Public(Evolving))
  • [ ] Serializers have been changed
  • [ ] New feature has been introduced
    • If yes, how is this documented? (not applicable / docs / JavaDocs / not documented)

hlteoh37 avatar Nov 12 '24 18:11 hlteoh37

Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)

boring-cyborg[bot] avatar Nov 12 '24 18:11 boring-cyborg[bot]

LGTM

CI is failing.

davidradl avatar Jan 20 '25 16:01 davidradl