We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b0de1 commit 6272010Copy full SHA for 6272010
datafusion/physical-plan/src/metrics/baseline.rs
@@ -64,7 +64,7 @@ pub struct BaselineMetrics {
64
/// Issue: <https://github.com/apache/datafusion/issues/16841>
65
output_bytes: Count,
66
67
- /// output batches: the total batch count
+ /// output batches: the total output batch count
68
output_batches: Count,
69
// Remember to update `docs/source/user-guide/metrics.md` when updating comments
70
// or adding new metrics
0 commit comments