Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jonah Gao <[email protected]>
  • Loading branch information
alamb and jonahgao authored Feb 16, 2025
1 parent 81b6df8 commit 5febe10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/expr/src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub trait ContextProvider {
not_impl_err!("Table Functions are not supported")
}

/// Provides an intermediate table that is used to store the results of a CTE during execution)
/// Provides an intermediate table that is used to store the results of a CTE during execution
///
/// CTE stands for "Common Table Expression"
///
Expand Down Expand Up @@ -96,7 +96,7 @@ pub trait ContextProvider {

/// Return the system/user-defined variable type, if any
///
/// A user defined variable is typically accessed via `@@var_name`
/// A user defined variable is typically accessed via `@var_name`
fn get_variable_type(&self, variable_names: &[String]) -> Option<DataType>;

/// Return overall configuration options
Expand Down

0 comments on commit 5febe10

Please sign in to comment.