XiaokunDing commented on a change in pull request #8831:
URL: https://github.com/apache/arrow/pull/8831#discussion_r537459999



##########
File path: rust/datafusion/src/datasource/datasource.rs
##########
@@ -24,6 +24,24 @@ use crate::arrow::datatypes::SchemaRef;
 use crate::error::Result;
 use crate::physical_plan::ExecutionPlan;
 
+/// The table statistics
+pub struct Statistics {

Review comment:
       OK I  changed the `usize` to `i64` in the fix commit.
   But i think the `size` and `rows` could less than zero is weird.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to