Skip to content

Commit 6272010

Browse files
committed
chore: fix doc strings
1 parent 50b0de1 commit 6272010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/metrics/baseline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub struct BaselineMetrics {
6464
/// Issue: <https://github.com/apache/datafusion/issues/16841>
6565
output_bytes: Count,
6666

67-
/// output batches: the total batch count
67+
/// output batches: the total output batch count
6868
output_batches: Count,
6969
// Remember to update `docs/source/user-guide/metrics.md` when updating comments
7070
// or adding new metrics

0 commit comments

Comments
 (0)