Weijun-H commented on code in PR #15767:
URL: https://github.com/apache/datafusion/pull/15767#discussion_r2052133457


##########
datafusion/core/src/datasource/listing/table.rs:
##########
@@ -479,11 +505,13 @@ impl ListingOptions {
     }
 
     /// Infer the schema of the files at the given path on the provided object 
store.
-    /// The inferred schema does not include the partitioning columns.
     ///
-    /// This method will not be called by the table itself but before creating 
it.
-    /// This way when creating the logical plan we can decide to resolve the 
schema
-    /// locally or ask a remote service to do it (e.g a scheduler).
+    /// If the table_path contains one ir more files (i.e. it is a directory /

Review Comment:
   ```suggestion
       /// If the table_path contains one or more files (i.e. it is a directory 
/
   ```



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to