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

[ES|QL] Kibana does not display validation errors for unknown parameters #202351

Closed
fake-haris opened this issue Nov 29, 2024 · 2 comments
Closed
Labels
Feature:Discover Discover Application Team:ESQL ES|QL related features in Kibana

Comments

@fake-haris
Copy link
Contributor

Kibana version: 8.17.0_BC2

Elasticsearch version: 8.17.0_BC2

Server OS version: Cloud

Browser version: Chrome-latest

Browser OS version: OSX

Original install method (e.g. download page, yum, from source, etc.): BC2 on Cloud

Describe the bug: Found while testing.
Expected to get 3 errors but got 1 error while executing this ES|QL Query:
FROM kibana_sample_data_logs | EVAL foo = ABS("") | EVAL CEIL(foo), CBRT(foo)

Image

@fake-haris fake-haris added bug Fixes for quality problems that affect the customer experience Feature:Discover Discover Application Team:ESQL ES|QL related features in Kibana labels Nov 29, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-esql (Team:ESQL)

@stratoula stratoula removed the bug Fixes for quality problems that affect the customer experience label Dec 2, 2024
@stratoula
Copy link
Contributor

Why are you expecting to see 3 errors here? If the abs argument is being fixed then everything else will be valid so I think the validation works as expected here. I am closing this but feel free to ping me if there is something else that I have missed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Discover Discover Application Team:ESQL ES|QL related features in Kibana
Projects
None yet
Development

No branches or pull requests

3 participants