Fix compile warning

This commit is contained in:
obdev
2021-07-16 18:06:13 +08:00
committed by wangzelin.wzl
parent 9ea292d68b
commit 8cd6314c3b
13 changed files with 20 additions and 49 deletions

View File

@ -839,7 +839,6 @@ int ObHashDistinct::ObHashDistinctCtx::get_dist_row_from_in_mem_partitions(
ObNewRow* cur_row = NULL;
uint64_t hash_value = 0;
uint64_t bucket_idx = 0;
ObChunkRowStore* store;
if (first_read_part_) {
first_read_part_ = false;
if (OB_FAIL(get_next_mem_partition())) {