Skip to content

Commit 2765fee

Browse files
Fix comment typo in table.rs: s/indentical/identical/ (#8469)
1 parent ac4adfa commit 2765fee

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

datafusion/core/src/datasource/listing/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ impl ListingOptions {
490490
///
491491
/// # Features
492492
///
493-
/// 1. Merges schemas if the files have compatible but not indentical schemas
493+
/// 1. Merges schemas if the files have compatible but not identical schemas
494494
///
495495
/// 2. Hive-style partitioning support, where a path such as
496496
/// `/files/date=1/1/2022/data.parquet` is injected as a `date` column.

0 commit comments

Comments
 (0)