[Improvement][chore] add const to all operator== (#11251)

This commit is contained in:
Pxl
2022-07-27 21:46:47 +08:00
committed by GitHub
parent 85d7b3089c
commit 4e6a59df4c
6 changed files with 17 additions and 60 deletions

View File

@ -362,6 +362,7 @@ void ExecEnv::_destroy() {
SAFE_DELETE(_query_pool_mem_tracker);
SAFE_DELETE(_load_pool_mem_tracker);
SAFE_DELETE(_task_pool_mem_tracker_registry);
SAFE_DELETE(_buffer_reservation);
DEREGISTER_HOOK_METRIC(query_mem_consumption);
DEREGISTER_HOOK_METRIC(load_mem_consumption);