Ensure that reduce has a valid span (#4479)

This commit is contained in:
JT
2022-02-15 07:59:51 -05:00
committed by GitHub
parent 84f85ff9ae
commit 9114a2d31d
2 changed files with 9 additions and 0 deletions

View File

@ -196,6 +196,7 @@ impl Command for Reduce {
v
}
})
.with_span(span)
.into_pipeline_data())
}
}