fix hash join core because of const overwrite && fix NL-hash join report 4016
This commit is contained in:
committed by
ob-robot
parent
dd02a63c3e
commit
0cc8f2bee5
@ -210,7 +210,7 @@ public:
|
||||
int finish_dump(bool memory_need_dump);
|
||||
int dump(bool all_dump, int64_t dumped_size);
|
||||
|
||||
bool has_next() { return store_iter_.has_next_block(); }
|
||||
bool has_next() { return store_iter_.has_next(); }
|
||||
int set_iterator();
|
||||
int init_progressive_iterator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user