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

Second part of reporting unsupported query types #44

Merged
merged 5 commits into from
May 7, 2024

Conversation

trzysiek
Copy link
Member

@trzysiek trzysiek commented May 6, 2024

Basically did the same thing as with aggregations. Tested receiving every Query DSL query type possible, to see if we catch it. We seem to. E.g. at the screens shape is a Query DSL unsupported query, while ip_range is an aggregation - you can see both.

In the code I needed to only start returning if parsing went fine or not for bool expressions, as they can contain subqueries with all other Query DSL queries.
Screenshot 2024-05-07 at 17 07 50
Screenshot 2024-05-07 at 17 08 02

@trzysiek trzysiek force-pushed the unsupported-query-dsl branch 6 times, most recently from 6a3ccc2 to d8f8f26 Compare May 7, 2024 14:47
@trzysiek trzysiek force-pushed the unsupported-query-dsl branch from d8f8f26 to 51bff64 Compare May 7, 2024 15:16
@trzysiek trzysiek marked this pull request as ready for review May 7, 2024 15:57
@trzysiek trzysiek requested a review from a team as a code owner May 7, 2024 15:57
@trzysiek trzysiek requested review from nablaone, jakozaur, mieciu, pivovarit and pdelewski and removed request for a team May 7, 2024 15:57
@jakozaur jakozaur enabled auto-merge (squash) May 7, 2024 20:19
@jakozaur jakozaur merged commit 7d86155 into main May 7, 2024
4 checks passed
@jakozaur jakozaur deleted the unsupported-query-dsl branch May 7, 2024 20:23
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