Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29397: sql: don't remove batch limit in local lookup join r=jordanlewis a=jordanlewis Previously, the local lookup join node was created with an underlying scan with an explicitly disabled batch limit. This is the wrong thing to do, since that scan will be used as a full table scan - it needs a batch limit to prevent OOM errors. Closes cockroachdb#29389. Release note: None Co-authored-by: Jordan Lewis <[email protected]>
- Loading branch information