XiaokunDing commented on a change in pull request #8831:
URL: https://github.com/apache/arrow/pull/8831#discussion_r536481785
##########
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:
Thanks Andy, I have fixed it in the new commit.
----------------------------------------------------------------
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]