This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Support for CAST() function #225
Labels
BI integration
Issues for integration with BI tools
bug
Something isn't working
good first issue
Good for newcomers
Using Docker image
amazon/opendistro-for-elasticsearch:1.1.0
Dataset: Flights sample data (loaded through Kibana)
SQL Plugin version: 1.1.0.1
Query:
SELECT cast(dayOfWeek AS FLOAT) AS calculation FROM kibana_sample_data_flights
Result: No data
Expected Behaviour: Should return all values from column
dayOfWeek
as float.The text was updated successfully, but these errors were encountered: