You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ja...@apache.org on 2023/06/17 05:28:31 UTC

[arrow-datafusion] branch main updated: minor: fix documentation typo (#6704)

This is an automated email from the ASF dual-hosted git repository.

jakevin 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 867ce6ee49 minor: fix documentation typo (#6704)
867ce6ee49 is described below

commit 867ce6ee492e9473dca268e728567d7ba765b202
Author: Armin Primadi <ap...@gmail.com>
AuthorDate: Sat Jun 17 12:28:27 2023 +0700

    minor: fix documentation typo (#6704)
---
 datafusion/core/src/datasource/listing/mod.rs       | 1 -
 datafusion/core/src/datasource/physical_plan/mod.rs | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/datafusion/core/src/datasource/listing/mod.rs b/datafusion/core/src/datasource/listing/mod.rs
index 427cfc8501..151efe5cba 100644
--- a/datafusion/core/src/datasource/listing/mod.rs
+++ b/datafusion/core/src/datasource/listing/mod.rs
@@ -50,7 +50,6 @@ pub struct FileRange {
 
 #[derive(Debug, Clone)]
 /// A single file or part of a file that should be read, along with its schema, statistics
-/// A single file that should be read, along with its schema, statistics
 /// and partition column values that need to be appended to each row.
 pub struct PartitionedFile {
     /// Path for the file (e.g. URL, filesystem path, etc)
diff --git a/datafusion/core/src/datasource/physical_plan/mod.rs b/datafusion/core/src/datasource/physical_plan/mod.rs
index 78a8c487a2..ad22880a43 100644
--- a/datafusion/core/src/datasource/physical_plan/mod.rs
+++ b/datafusion/core/src/datasource/physical_plan/mod.rs
@@ -140,7 +140,7 @@ pub struct FileScanConfig {
     ///
     /// Each file must have a schema of `file_schema` or a subset. If
     /// a particular file has a subset, the missing columns are
-    /// padded with with NULLs.
+    /// padded with NULLs.
     ///
     /// DataFusion may attempt to read each partition of files
     /// concurrently, however files *within* a partition will be read