You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2022/03/14 21:40:00 UTC

[jira] [Created] (FLINK-26640) Consider changing flinkVersion to enum type or removing it completely

Gyula Fora created FLINK-26640:
----------------------------------

             Summary: Consider changing flinkVersion to enum type or removing it completely
                 Key: FLINK-26640
                 URL: https://issues.apache.org/jira/browse/FLINK-26640
             Project: Flink
          Issue Type: Sub-task
            Reporter: Gyula Fora


Currently the flinkVersion is a string field that we do not use anywhere. There might be some cases in the future where knowing the flink version might be valuable but an optional string field will not work.

We should either make this a required enum of the supported flink versions (I suggest only major.minor -> 1.14, 1.15...) or remove it completely for now.

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)