File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 
datafusion/src/datasource/listing Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ pub struct ListingOptions {
5252/// - If there is a third level of partitioning it will be ignored. 
5353/// - Files that don't follow this partitioning will be ignored. 
5454/// Note that only `DataType::Utf8` is supported for the column type. 
55- /// TODO implement case where partitions.len() > 0 
5655pub  partitions :  Vec < String > , 
5756    /// Set true to try to guess statistics from the files. 
5857/// This can add a lot of overhead as it will usually require files 
@@ -110,6 +109,7 @@ impl ListingOptions {
110109pub  struct  ListingTable  { 
111110    object_store :  Arc < dyn  ObjectStore > , 
112111    table_path :  String , 
112+     /// the schema also contains the partition columns 
113113schema :  SchemaRef , 
114114    options :  ListingOptions , 
115115} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments