Skip to content

Commit 3913979

Browse files
committed
[fix] outdated comment
1 parent b18633e commit 3913979

File tree

1 file changed

+1
-1
lines changed
  • datafusion/src/datasource/listing

1 file changed

+1
-1
lines changed

datafusion/src/datasource/listing/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5655
pub 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 {
110109
pub struct ListingTable {
111110
object_store: Arc<dyn ObjectStore>,
112111
table_path: String,
112+
/// the schema also contains the partition columns
113113
schema: SchemaRef,
114114
options: ListingOptions,
115115
}

0 commit comments

Comments
 (0)