Skip to content

Commit

Permalink
change legacy config version to earliest active release version
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-toth committed Aug 21, 2023
1 parent 18639c6 commit ca1d971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4374,7 +4374,7 @@ object SQLConf {
"incorrectly mapped the requested percentile to the sorted range of values in some cases " +
"and so returned incorrect results. Also, the new implementation is faster as it doesn't " +
"contain the interpolation logic that the old percentile_cont based one did.")
.version("4.0.0")
.version("3.3.4")
.booleanConf
.createWithDefault(false)

Expand Down

0 comments on commit ca1d971

Please sign in to comment.