fix hash join do not clear last batch memory leads OOM
This commit is contained in:
committed by
ob-robot
parent
0ac8dd7d1b
commit
b047318590
@ -673,6 +673,7 @@ public:
|
||||
class IterationAge
|
||||
{
|
||||
public:
|
||||
IterationAge() : age_(0) {}
|
||||
int64_t get(void) const { return age_; }
|
||||
void inc(void) { age_ += 1; }
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user