This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 2765fee4dd Fix comment typo in table.rs: s/indentical/identical/
(#8469)
2765fee4dd is described below
commit 2765fee4dd7518a4dc39244d1b495329b9771be1
Author: Keunwoo Lee <[email protected]>
AuthorDate: Fri Dec 8 13:45:24 2023 -0800
Fix comment typo in table.rs: s/indentical/identical/ (#8469)
---
datafusion/core/src/datasource/listing/table.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/core/src/datasource/listing/table.rs
b/datafusion/core/src/datasource/listing/table.rs
index a7f69a1d3c..10ec9f8d8d 100644
--- a/datafusion/core/src/datasource/listing/table.rs
+++ b/datafusion/core/src/datasource/listing/table.rs
@@ -490,7 +490,7 @@ impl ListingOptions {
///
/// # Features
///
-/// 1. Merges schemas if the files have compatible but not indentical schemas
+/// 1. Merges schemas if the files have compatible but not identical schemas
///
/// 2. Hive-style partitioning support, where a path such as
/// `/files/date=1/1/2022/data.parquet` is injected as a `date` column.