Skip to content

Fix limit and cap in the sql resolver#8790

Open
begelundmuller wants to merge 1 commit intomainfrom
begelundmuller/fix-sql-resolver-limit
Open

Fix limit and cap in the sql resolver#8790
begelundmuller wants to merge 1 commit intomainfrom
begelundmuller/fix-sql-resolver-limit

Conversation

@begelundmuller
Copy link
Contributor

@begelundmuller begelundmuller commented Feb 6, 2026

This PR fixes a bug where the sql resolver did not correctly handle the difference between:

  • the user-provided row limit (where it should stop reading and return)
  • the system-enforced row cap (where it should stop reading and error)

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

@begelundmuller begelundmuller self-assigned this Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant