Skip to content

Commit 1a3fe1c

Browse files
JSOD11jayshrivastava
authored andcommitted
Add comment.
1 parent c3ef7b8 commit 1a3fe1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/protobuf/distributed_codec.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ impl PhysicalExtensionCodec for DistributedCodec {
239239
}
240240
}
241241

242-
/// A key that uniquely identifies a stage in a query
242+
/// A key that uniquely identifies a stage in a query.
243243
#[derive(Clone, Hash, Eq, PartialEq, ::prost::Message)]
244244
pub struct StageKey {
245245
/// Our query id
@@ -254,6 +254,7 @@ pub struct StageKey {
254254
}
255255

256256
impl StageKey {
257+
/// Creates a new `StageKey`.
257258
pub fn new(query_id: Bytes, stage_id: u64, task_number: u64) -> StageKey {
258259
Self {
259260
query_id,

0 commit comments

Comments
 (0)