FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Make QuerySizeValidator's combined-limit case reachable; add docs by rpiotrow · Pull Request #879 · typelevel/grackle · GitHub

Make QuerySizeValidator's combined-limit case reachable; add docs - #879

Merged
milessabin merged 2 commits into
mainfrom
topic/query-size-validator-docs
Sep 1, 2026
Merged

Make QuerySizeValidator's combined-limit case reachable; add docs#879
milessabin merged 2 commits into
mainfrom
topic/query-size-validator-docs

Conversation

Copy link
Copy Markdown
Contributor

The depth && width case was ordered after the individual limit cases, so "Query is too complex" could never be reported. Reorder the cases, cover all three failure branches with tests, add Scaladoc, and add a "Compiler Phases" tutorial page showing how to enable the validator via compilerPhases.

The depth && width case was ordered after the individual limit cases,
so "Query is too complex" could never be reported. Reorder the cases,
cover all three failure branches with tests, add Scaladoc, and add a
"Compiler Phases" tutorial page showing how to enable the validator
via compilerPhases.

milessabin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, but could you fix the header/fmt issues. Thanks!

milessabin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!

milessabin merged commit 4b50d2f into main Sep 1, 2026
23 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL