From 651fba36935c02872c495768e3611d0c7fa3b0f8 Mon Sep 17 00:00:00 2001 From: tj0 Date: Fri, 3 Sep 2021 22:14:44 +0800 Subject: [PATCH] fix WhiteScan 622822099 --- src/sql/engine/basic/ob_hash_partitioning_infrastructure_op.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sql/engine/basic/ob_hash_partitioning_infrastructure_op.h b/src/sql/engine/basic/ob_hash_partitioning_infrastructure_op.h index 835c8af55..944529254 100644 --- a/src/sql/engine/basic/ob_hash_partitioning_infrastructure_op.h +++ b/src/sql/engine/basic/ob_hash_partitioning_infrastructure_op.h @@ -84,6 +84,7 @@ public: hash_funcs_(nullptr), sort_collations_(nullptr), cmp_funcs_(nullptr), + eval_ctx_(nullptr), sql_mem_processor_(nullptr) {} ~ObHashPartitionExtendHashTable()