We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff37b66 commit bfff8f1Copy full SHA for bfff8f1
be/test/runtime/routine_load_task_executor_test.cpp
@@ -67,6 +67,7 @@ class RoutineLoadTaskExecutorTest : public testing::Test {
67
}
68
69
void TearDown() override {
70
+ delete _env->cluster_info();
71
_env->clear_new_load_stream_mgr();
72
_env->clear_stream_load_executor();
73
0 commit comments