Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a potential NPE error in the sized hash join (#12101)
This PR fixes a potential NPE error in the sized hash join by checking the buffer's existence before actually closing it. Otherwise duplicate call to this close method will lead to a NPE error. It is a quite simple change so no tests for it.
- Loading branch information