Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flink - Remove support for Flink 1.12 #4551

Merged
merged 5 commits into from Apr 14, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/flink-ci.yml
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
jvm: [8, 11]
flink: ['1.12', '1.13', '1.14']
flink: ['1.13', '1.14']
env:
SPARK_LOCAL_IP: localhost
steps:
Expand Down
4 changes: 0 additions & 4 deletions flink/build.gradle
Expand Up @@ -19,10 +19,6 @@

def flinkVersions = (System.getProperty("flinkVersions") != null ? System.getProperty("flinkVersions") : System.getProperty("defaultFlinkVersions")).split(",")

if (flinkVersions.contains("1.12")) {
apply from: file("$projectDir/v1.12/build.gradle")
}

if (flinkVersions.contains("1.13")) {
apply from: file("$projectDir/v1.13/build.gradle")
}
Expand Down
176 changes: 0 additions & 176 deletions flink/v1.12/build.gradle

This file was deleted.