Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opt: add Union column ID check to CheckExpr
A check has been added to `CheckExpr` that asserts that the output columns of `Union`s and `UnionAll`s are not reused from the left or right inputs of the union. Reusing columns in this way is dangerous (see #58434). Release note: None
- Loading branch information