### Describe the bug Run `select extract(epoch from ('15 minutes')::interval);` gives `0.0` in `datafusion-cli`, `900.0` in DuckDB and Postgres. ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_
Describe the bug
Run
select extract(epoch from ('15 minutes')::interval);gives0.0indatafusion-cli,900.0in DuckDB and Postgres.To Reproduce
No response
Expected behavior
No response
Additional context
No response