Describe the bug
When using the unified query API (_plugins/_query) with PPL queries involving date types, the query fails with an unexpected error. This appears to be related to date type handling in the PPL execution path.
To reproduce
- Create an index with a date field
- Run a PPL query via
_plugins/_query that filters on the date field
- Observe the error
Expected behavior
The query should return results correctly when filtering on date fields.
OpenSearch version
3.6.0
Describe the bug
When using the unified query API (
_plugins/_query) with PPL queries involving date types, the query fails with an unexpected error. This appears to be related to date type handling in the PPL execution path.To reproduce
_plugins/_querythat filters on the date fieldExpected behavior
The query should return results correctly when filtering on date fields.
OpenSearch version
3.6.0