Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colexec: make sure to init child op chains in AND and OR operators
Previously, we forgot to call `Init` on the side operator chains of AND and OR projection operators, and this is now fixed. The impact of the bug is minor though (like a nil context when the tracing is enabled). Release justification: bug fix. Release note: None
- Loading branch information