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 12, 2023
1 parent 4c7092b commit 1f9d404
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,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 1f9d404

Please sign in to comment.