Skip to content

Commit

Permalink
fix: ShardIn construction from StreamInput
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-campagna committed Jul 14, 2023
1 parent 7b8fb9b commit 1f8ff02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public static RollupShardTaskParams readFromStream(final StreamInput in) throws
in.readString(),
in.readVLong(),
in.readVLong(),
ShardId.fromString(in.readString()),
new ShardId(in),
in.readStringArray(),
in.readStringArray()
);
Expand Down

0 comments on commit 1f8ff02

Please sign in to comment.