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

EQL: Remove support for = for comparisons (#62756) #62775

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

matriv
Copy link
Contributor

@matriv matriv commented Sep 22, 2020

Since = is rarely used and is undocumented we its support for
equality comparisons keeping == as the only option. = is now only
used for assignments like in maxspan=10m.

Closes: #62650
(cherry picked from commit ad5ae4d)

Since `=` is rarely used and is undocumented we its support for
equality comparisons keeping `==` as the only option. `=` is now only
used for assignments like in `maxspan=10m`.

Closes: elastic#62650
(cherry picked from commit ad5ae4d)
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-ql (:Query Languages/EQL)

@elasticmachine elasticmachine added the Team:QL (Deprecated) Meta label for query languages team label Sep 22, 2020
@matriv matriv merged commit 1e72144 into elastic:7.x Sep 22, 2020
@matriv matriv deleted the backport-62756 branch September 22, 2020 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/EQL EQL querying backport Team:QL (Deprecated) Meta label for query languages team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants