Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Avoid null exception in removeSubquery (#147)
In `CometScalarSubquery.removeSubquery`, we should make sure the `planId` is still in `subqueryMap` before we go to delete subquery from it. Otherwise, null exception could be thrown.
- Loading branch information