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

[BUG][PPL] isnotnull() works but ISNOTNULL() doesn't work #2431

Closed
joshuali925 opened this issue Nov 14, 2023 · 1 comment · Fixed by #2758
Closed

[BUG][PPL] isnotnull() works but ISNOTNULL() doesn't work #2431

joshuali925 opened this issue Nov 14, 2023 · 1 comment · Fixed by #2758
Assignees
Labels
bug Something isn't working

Comments

@joshuali925
Copy link
Member

What is the bug?
isnotnull() works but ISNOTNULL() doesn't work

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Go to playground
  2. Run
POST _plugins/_ppl
{
  "query": "source=.kibana | where ISNOTNULL(type)"
}
  1. see "{\n \"error\": {\n \"reason\": \"Invalid Query\",\n \"details\": \"unsupported function name: isnotnull\",\n \"type\": \"ExpressionEvaluationException\"\n },\n \"status\": 400\n}"
  2. change ISNOTNULL to lower case, query runs

What is the expected behavior?
A clear and concise description of what you expected to happen.

What is your host/environment?

  • OS: [e.g. iOS] linux
  • Version [e.g. 22] 2.11.0
  • Plugins

Do you have any screenshots?
If applicable, add screenshots to help explain your problem.

Do you have any additional context?
Add any other context about the problem.

@joshuali925 joshuali925 added bug Something isn't working untriaged labels Nov 14, 2023
@dai-chen dai-chen removed the untriaged label Dec 7, 2023
@LantaoJin
Copy link
Member

Thanks for this issue, I am going to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants