mbutrovich commented on code in PR #19113:
URL: https://github.com/apache/datafusion/pull/19113#discussion_r2608038786
##########
datafusion/common/src/stats.rs:
##########
@@ -283,7 +283,7 @@ impl From<Precision<usize>> for Precision<ScalarValue> {
/// and the transformations output are not always predictable.
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct Statistics {
- /// The number of table rows.
+ /// The number of rows estimated to be scanned.
pub num_rows: Precision<usize>,
/// Total bytes of the table rows.
Review Comment:
Since you reworded "table rows" above, we should do something similar here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]