Skip to content

Commit

Permalink
fix fe ut test
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Dec 4, 2023
1 parent 9e0b967 commit c2fa10b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,6 @@ private void executeByNereids(TUniqueId queryId) throws Exception {
}
} else {
context.getState().setIsQuery(true);
if (context.getSessionVariable().enableProfile) {
ConnectContext.get().setStatsErrorEstimator(new StatsErrorEstimator());
}
// create plan
planner = new NereidsPlanner(statementContext);
if (context.getSessionVariable().isEnableMaterializedViewRewrite()) {
Expand Down

0 comments on commit c2fa10b

Please sign in to comment.