Cheappie commented on code in PR #3051:
URL: https://github.com/apache/arrow-datafusion/pull/3051#discussion_r941290937


##########
datafusion/core/src/physical_plan/file_format/mod.rs:
##########
@@ -401,6 +404,33 @@ fn create_dict_array(
     ))
 }
 
+/// A single file or part of a file that should be read, along with its 
schema, statistics

Review Comment:
   This description has been copied from PartitionedFile, at first I had 
similar impression that something is wrong, but after second read actually It 
doesn't tell that schema and statistics are part of the struct, but rather that 
these should be read from file along with data



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

Reply via email to