[BUGFIX] fix hash join close core bug
This commit is contained in:
@ -89,7 +89,9 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
inline void close() {
|
inline void close() {
|
||||||
return partition_store_->close();
|
if (OB_NOT_NULL(partition_store_)) {
|
||||||
|
partition_store_->close();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inline int rescan() {
|
inline int rescan() {
|
||||||
|
Reference in New Issue
Block a user