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 dbe78f4a38 minor: fix typo (#6253)
dbe78f4a38 is described below
commit dbe78f4a388e9cb8645ee0121dd76fbf57caf781
Author: Okue <[email protected]>
AuthorDate: Sat May 6 00:07:42 2023 +0900
minor: fix typo (#6253)
---
datafusion/core/src/physical_optimizer/repartition.rs | 2 +-
datafusion/core/src/physical_plan/file_format/mod.rs | 2 +-
docs/source/contributor-guide/quarterly_roadmap.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/datafusion/core/src/physical_optimizer/repartition.rs
b/datafusion/core/src/physical_optimizer/repartition.rs
index e7c72398fd..1b52e4e274 100644
--- a/datafusion/core/src/physical_optimizer/repartition.rs
+++ b/datafusion/core/src/physical_optimizer/repartition.rs
@@ -231,7 +231,7 @@ fn optimize_partitions(
&& stats.num_rows.map(|num_rows| num_rows > 1).unwrap_or(true);
}
- // don't reparititon root of the plan
+ // don't repartition root of the plan
if is_root {
could_repartition = false;
}
diff --git a/datafusion/core/src/physical_plan/file_format/mod.rs
b/datafusion/core/src/physical_plan/file_format/mod.rs
index 95533a930c..aa0f79ced7 100644
--- a/datafusion/core/src/physical_plan/file_format/mod.rs
+++ b/datafusion/core/src/physical_plan/file_format/mod.rs
@@ -701,7 +701,7 @@ impl From<ObjectMeta> for FileMeta {
/// run against 1000s of files and not try to open them all
/// concurrently.
///
-/// However, it means if we assign more than one file to a partitition
+/// However, it means if we assign more than one file to a partition
/// the output sort order will not be preserved as illustrated in the
/// following diagrams:
///
diff --git a/docs/source/contributor-guide/quarterly_roadmap.md
b/docs/source/contributor-guide/quarterly_roadmap.md
index c593e859d7..77b22852bf 100644
--- a/docs/source/contributor-guide/quarterly_roadmap.md
+++ b/docs/source/contributor-guide/quarterly_roadmap.md
@@ -60,7 +60,7 @@ A quarterly roadmap will be published to give the DataFusion
community visibilit
- Support for multi-scheduler deployments. Initially for resiliency and fault
tolerance but ultimately to support sharding for scalability and more efficient
caching.
- Executor deployment grouping based on resource allocation
-### Extensions ([datafusion-contrib](https://github.com/datafusion-contrib]))
+### Extensions ([datafusion-contrib](https://github.com/datafusion-contrib))
####
[DataFusion-Python](https://github.com/datafusion-contrib/datafusion-python)