We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c87b4 commit 683d65dCopy full SHA for 683d65d
flink-connector-clickhouse-integration/src/test/java/com/clickhouse/flink/integration/FlinkTests.java
@@ -41,7 +41,7 @@ private String getRoot() throws Exception {
41
}
42
43
private String exampleSubFolder(String flinkVersion) {
44
- if (flinkVersion.equalsIgnoreCase("latest") || flinkVersion.startsWith("2.0"))
+ if (flinkVersion.equalsIgnoreCase("latest") || flinkVersion.startsWith("2."))
45
return "flink-v2";
46
return "flink-v1.7";
47
0 commit comments