Skip to content

Conversation

carlosdelest
Copy link
Member

This reverts #114793

match() and qstr() will be back behind snapshot builds on 8.x branches until using them after LIMIT has been addressed, either in the functions themselves or in Kibana side.

@carlosdelest carlosdelest changed the title Adds back snapshot build restriction for match and qstr functions Add back snapshot build restriction for match and qstr functions Oct 21, 2024
@carlosdelest carlosdelest added Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch v8.16.0 :Search Relevance/Search Catch all for Search Relevance and removed v8.16.1 labels Oct 21, 2024
@carlosdelest carlosdelest marked this pull request as ready for review October 21, 2024 17:35
@elasticsearchmachine elasticsearchmachine removed the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Oct 21, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-relevance (Team:Search Relevance)

Copy link
Contributor

@ChrisHegarty ChrisHegarty left a comment

Choose a reason for hiding this comment

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

LGTM

@benwtrent
Copy link
Member

@carlosdelest are we not reverting on 8.17 & 8.18 so its easier to test and develop with?

@carlosdelest
Copy link
Member Author

are we not reverting on 8.17 & 8.18 so its easier to test and develop with?

@benwtrent the idea is to fix the LIMIT limitations for 8.17. We could of course be cautious and remove it from the 8.x branch - we're just thinking ahead to avoid another change for enabling this on 8.x

@benwtrent
Copy link
Member

we're just thinking ahead to avoid another change for enabling this on 8.x

Commits are cheap

Regardless, I understand and if its easier to develop against without the flag, then its fine to have it removed in 8x.

Copy link
Contributor

@ChrisHegarty ChrisHegarty left a comment

Choose a reason for hiding this comment

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

Please await further discussion on this revert.

PROJECT_PIPE : PIPE -> type(PIPE), popMode;
PROJECT_DOT: DOT -> type(DOT);
PROJECT_COMMA : COMMA -> type(COMMA);
PROJECT_PARAM : {this.isDevVersion()}? PARAM -> type(PARAM);
Copy link
Contributor

Choose a reason for hiding this comment

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

are these changes required?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the catch! No they're not - fixed

@carlosdelest carlosdelest merged commit dec9eac into elastic:8.16 Oct 23, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>non-issue :Search Relevance/Search Catch all for Search Relevance Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch v8.16.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants