comphead commented on code in PR #11893:
URL: https://github.com/apache/datafusion/pull/11893#discussion_r1710061804


##########
datafusion/core/src/datasource/listing/mod.rs:
##########
@@ -78,7 +78,7 @@ pub struct PartitionedFile {
     ///
     /// DataFusion relies on these statistics for planning (in particular to 
sort file groups),
     /// so if they are incorrect, incorrect answers may result.
-    pub statistics: Option<Statistics>,
+    pub statistics: Option<Arc(Statistics)>,

Review Comment:
   ```suggestion
       pub statistics: Option<Arc<Statistics>>,
   ```



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

Reply via email to