Skip to content

Commit

Permalink
Include suggested review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <surajrider@gmail.com>
  • Loading branch information
dreamer-89 committed Feb 25, 2022
1 parent a9b88e3 commit 57ae11e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void writeTo(StreamOutput out) throws IOException {
super.writeTo(out);
out.writeNamedWriteable(query);
if (out.getVersion().before(Version.V_2_0_0)) {
out.writeInt(0); // no types to filter
out.writeVInt(0); // no types to filter
}
filteringAliases.writeTo(out);
out.writeBoolean(explain);
Expand Down

0 comments on commit 57ae11e

Please sign in to comment.