Skip to content

Commit

Permalink
Update datafusion/sql/src/select.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Huang <[email protected]>
  • Loading branch information
Lordworms and Weijun-H authored Feb 19, 2024
1 parent 7830191 commit b28a808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/sql/src/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
if !select.sort_by.is_empty() {
return not_impl_err!("SORT BY");
}

// process `from` clause
let plan = self.plan_from_tables(select.from, planner_context)?;
let empty_from = matches!(plan, LogicalPlan::EmptyRelation(_));
Expand Down

0 comments on commit b28a808

Please sign in to comment.