We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main @ 4de2ffa
No response
openjdk version "17.0.8" 2023-07-18
Ubuntu 23.04
MvExpandOperator
LimitOperator
FilterOperator
Remove the overridden canLeak implementation from MvExpandOperatorTests, LimitOperatorTests or FilterOperatorTests and run them.
canLeak
MvExpandOperatorTests
LimitOperatorTests
FilterOperatorTests
The text was updated successfully, but these errors were encountered:
Pinging @elastic/es-ql (Team:QL)
Sorry, something went wrong.
Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL)
nik9000
Successfully merging a pull request may close this issue.
Elasticsearch Version
main @ 4de2ffa
Installed Plugins
No response
Java Version
openjdk version "17.0.8" 2023-07-18
OS Version
Ubuntu 23.04
Problem Description
MvExpandOperator
is leaving behind unclosed input blocks. Should be closed by ESQL: Copy blocks when expanding #100548LimitOperator
is leaving behind unclosed input blocks. Create new Block on filter #100465FilterOperator
is leaving behind unclosed input blocks. Should be closed by Create new Block on filter #100465Steps to Reproduce
Remove the overridden
canLeak
implementation fromMvExpandOperatorTests
,LimitOperatorTests
orFilterOperatorTests
and run them.Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: