Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new error code and handling: QUERY_EXCEEDED_COMPILER_LIMIT #23662

Merged

Conversation

mduggan-starburst
Copy link
Contributor

Add a new error code QUERY_EXCEEDED_COMPILER_LIMIT that is used for exception MethodTooLargeException. This handles the compiler failing due to the size of the query exceeding it's limits rather than a bug or unsupported feature.

Resolves #23661

(X) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)

@losipiuk losipiuk merged commit d6fa4b7 into trinodb:master Oct 8, 2024
93 checks passed
@github-actions github-actions bot added this to the 461 milestone Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Add QUERY_EXCEEDED_COMPILER_LIMIT error code for MethodTooLargeException
4 participants