Skip to content

Commit

Permalink
fix aggr
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Nov 28, 2023
1 parent ec7059b commit 1a146d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ impl TreeNodeVisitor for TimeRangeVisitor {
| LogicalPlan::Limit(_)
| LogicalPlan::Explain(_)
| LogicalPlan::Analyze(_)
| LogicalPlan::Aggregate(_)
| LogicalPlan::Distinct(_) => Ok(VisitRecursion::Continue),
// At some point we may wish to handle joins here too.
_ => Ok(VisitRecursion::Stop),
Expand Down

0 comments on commit 1a146d8

Please sign in to comment.