Skip to content

Commit

Permalink
set minimum supported version (#39043)
Browse files Browse the repository at this point in the history
change the minimum supported version of data frame transform
  • Loading branch information
Hendrik Muhs authored Feb 18, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c1ab821 commit 2322b00
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -49,8 +49,7 @@ public String getWriteableName() {

@Override
public Version getMinimalSupportedVersion() {
// TODO: to be changed once target version has been defined
return Version.CURRENT;
return Version.V_7_1_0;
}

@Override

0 comments on commit 2322b00

Please sign in to comment.