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

[8.11] ESQL: Limit how many bytes concat() can process (#100360) #100507

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

bpintea
Copy link
Contributor

@bpintea bpintea commented Oct 9, 2023

Backports the following commits to 8.11:

This adds a limit on the bytes length that a concatenated string can get
to. The limit is set to 1MB (per entry). When the limit is hit, an
exception is returned to the caller (similar to an accounting circuit
breaking) and execution halted.

Related: elastic#100288.
@bpintea bpintea added :Analytics/ES|QL AKA ESQL >bug auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:QL (Deprecated) Meta label for query languages team labels Oct 9, 2023
@elasticsearchmachine elasticsearchmachine merged commit 16971af into elastic:8.11 Oct 9, 2023
@bpintea bpintea deleted the backport/8.11/pr-100360 branch October 9, 2023 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug Team:QL (Deprecated) Meta label for query languages team v8.11.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants