Skip to content

Commit ef1184e

Browse files
committed
clarify type checking
1 parent e940751 commit ef1184e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/sql/src/planner.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ impl PlannerContext {
236236
/// phase looks up table and column names using the [`ContextProvider`].
237237
/// 2. Mechanical translation of the AST into a [`LogicalPlan`].
238238
///
239-
/// It does not perform type checking, semantic analysis, type coercion, or
240-
/// optimization, which are performed by other components.
239+
/// It does not perform type coercion, or perform optimization, which are done
240+
/// by subsequent passes.
241241
///
242242
/// Key interfaces are:
243243
/// * [`Self::sql_statement_to_plan`]: Convert a statement (e.g. `SELECT ...`) into a [`LogicalPlan`]

0 commit comments

Comments
 (0)