Re: [PR] docs: Fix typos and minor grammatical issues in Architecture docs [datafusion]

2025-05-21 Thread via GitHub
comphead merged PR #16119: URL: https://github.com/apache/datafusion/pull/16119 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@dataf

Re: [PR] docs: Fix typos and minor grammatical issues in Architecture docs [datafusion]

2025-05-21 Thread via GitHub
patrickcsullivan commented on code in PR #16119: URL: https://github.com/apache/datafusion/pull/16119#discussion_r2101301182 ## datafusion/core/src/lib.rs: ## @@ -311,9 +311,9 @@ //! ``` //! //! A [`TableProvider`] provides information for planning and -//! an [`ExecutionPlan

Re: [PR] docs: Fix typos and minor grammatical issues in Architecture docs [datafusion]

2025-05-21 Thread via GitHub
patrickcsullivan commented on code in PR #16119: URL: https://github.com/apache/datafusion/pull/16119#discussion_r2101295764 ## datafusion/core/src/lib.rs: ## @@ -488,16 +488,16 @@ //! DataFusion automatically runs each plan with multiple CPU cores using //! a [Tokio] [`Runtim

Re: [PR] docs: Fix typos and minor grammatical issues in Architecture docs [datafusion]

2025-05-20 Thread via GitHub
comphead commented on code in PR #16119: URL: https://github.com/apache/datafusion/pull/16119#discussion_r2098954205 ## datafusion/core/src/lib.rs: ## @@ -488,16 +488,16 @@ //! DataFusion automatically runs each plan with multiple CPU cores using //! a [Tokio] [`Runtime`] as a

Re: [PR] docs: Fix typos and minor grammatical issues in Architecture docs [datafusion]

2025-05-20 Thread via GitHub
comphead commented on code in PR #16119: URL: https://github.com/apache/datafusion/pull/16119#discussion_r2098957264 ## datafusion/core/src/lib.rs: ## @@ -311,9 +311,9 @@ //! ``` //! //! A [`TableProvider`] provides information for planning and -//! an [`ExecutionPlan`]s for

Re: [PR] docs: Fix typos and minor grammatical issues in Architecture docs [datafusion]

2025-05-20 Thread via GitHub
patrickcsullivan commented on code in PR #16119: URL: https://github.com/apache/datafusion/pull/16119#discussion_r2098899042 ## datafusion/core/src/lib.rs: ## @@ -617,8 +617,8 @@ //! The state required to execute queries is managed by the following //! structures: //! -//! 1.

Re: [PR] docs: Fix typos and minor grammatical issues in Architecture docs [datafusion]

2025-05-20 Thread via GitHub
findepi commented on code in PR #16119: URL: https://github.com/apache/datafusion/pull/16119#discussion_r2098815968 ## datafusion/core/src/lib.rs: ## @@ -617,8 +617,8 @@ //! The state required to execute queries is managed by the following //! structures: //! -//! 1. [`Sessio

[PR] docs: Fix typos and minor grammatical issues in Architecture docs [datafusion]

2025-05-20 Thread via GitHub
patrickcsullivan opened a new pull request, #16119: URL: https://github.com/apache/datafusion/pull/16119 ## Which issue does this PR close? - Closes #16118. ## What changes are included in this PR? Fixes various minor types and grammatical issues in the Architecture docs.