Skip to content

Commit

Permalink
change version to 7.3, since backport work has been merged to 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Sanwald committed Jun 19, 2019
1 parent 99495aa commit 7eae39a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ public AutoDateHistogramAggregationBuilder(String name) {
public AutoDateHistogramAggregationBuilder(StreamInput in) throws IOException {
super(in, ValuesSourceType.NUMERIC, ValueType.DATE);
numBuckets = in.readVInt();
//TODO[PCS] update after backport
if (in.getVersion().onOrAfter(Version.V_8_0_0)) {
if (in.getVersion().onOrAfter(Version.V_7_3_0)) {
minimumIntervalExpression = in.readOptionalString();
}
}
Expand Down

0 comments on commit 7eae39a

Please sign in to comment.