Open BenB196 opened 1 month ago
Pinging @elastic/kibana-esql (Team:ESQL)
Pinging @elastic/kibana-visualizations (Team:Visualizations)
Managed to reproduce it in main
. I think the current behaviour is not correct and it needs to be fixed as it's a bug.
Kibana version: 8.18.1
Elasticsearch version: 8.18.1
Server OS version: Container
Browser version: N/A
Browser OS version: N/A
Original install method (e.g. download page, yum, from source, etc.): Docker
Describe the bug:
When trying to create an ES|QL table visualization, in the metrics section, you can't currently mix data types (keyword & number), but its technically possible, because the ES|QL editor will pre-populate the table with a mix type.
Steps to reproduce:
metrics
section gets populated with both the number column and at least 1 keyword columnExpected behavior:
Given that the prepopulated metrics are able to mix data types and non-ES|QL tables are able to mix data types, I would expect that I should be able to add columns of various data types to ES|QL table visualizations.
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context: