Skip to content

Commit

Permalink
tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 29, 2024
1 parent 2596ef4 commit 6dd124c
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ config_namespace! {
pub planning_concurrency: usize, default = num_cpus::get()

/// When set to true, skips verifying that the schema produced by
/// planning `LogicalPlan::Aggregate` exactly matches the schema of the
/// input plan.
/// planning the input of `LogicalPlan::Aggregate` exactly matches the
/// schema of the input plan.
///
/// When set to false, if the schema does not match exactly
/// (including nullability and metadata), a planning error will be raised.
Expand Down
Loading

0 comments on commit 6dd124c

Please sign in to comment.