Skip to content

Commit

Permalink
set minimum supported version (#39043) (#39051)
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
1 parent 4fd1f80 commit 1efb016
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1efb016

Please sign in to comment.