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
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
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
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
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
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.
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
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.