Skip to content

Conversation

luigidellaquila
Copy link
Contributor

Refactoring the ES|QL query generator (decoupling it from GenerativeRestTest) and moving it to textFixtures submodule, so that we can reuse it in other contexts

@luigidellaquila luigidellaquila added >test Issues or PRs that are addressing/adding tests :Analytics/ES|QL AKA ESQL labels Sep 14, 2025
@elasticsearchmachine elasticsearchmachine added v9.2.0 Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels Sep 14, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

package org.elasticsearch.xpack.esql.generator;

public interface QueryExecutor {
QueryExecuted execute(String command, int depth);
Copy link
Contributor

Choose a reason for hiding this comment

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

Some javadoc here could be nice. At least for that "depth", which I'm not sure what it is (From looking at this interface alone)

@luigidellaquila
Copy link
Contributor Author

Waiting for #133804 to be merged first, to avoid conflicts.

@limotova
Copy link
Contributor

@luigidellaquila I've merged in #133804, thank you for waiting!

@luigidellaquila
Copy link
Contributor Author

Thanks for letting me know @limotova!

@luigidellaquila luigidellaquila enabled auto-merge (squash) September 19, 2025 08:52
@luigidellaquila luigidellaquila merged commit fda6992 into elastic:main Sep 19, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test Issues or PRs that are addressing/adding tests v9.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants