andygrove commented on a change in pull request #8831:
URL: https://github.com/apache/arrow/pull/8831#discussion_r536328582
##########
File path: rust/datafusion/src/datasource/csv.rs
##########
@@ -104,4 +105,8 @@ impl TableProvider for CsvFile {
batch_size,
)?))
}
+
+ fn statistics(&self) -> Option<Statistics> {
+ unimplemented!()
Review comment:
I think we should return `None` here to indicate that statistics are not
available (for all the current data sources).
----------------------------------------------------------------
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]