Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
138025: sql: make annotations for planner used in backfillQueryIntoTable r=yuzefovich a=yuzefovich We use an internal planner in `backfillQueryIntoTable`, and previously we forgot to create annotations in that code path, which could lead to an internal error in edge cases. Annotations are needed when performing object resolution, and I'm guessing that other places where we use the planner don't need them. Fixes: #137631. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information