Describe the bug
When using dates for generate_series and providing a step of less than 1 day, Datafusion hangs indefinitely without any failures/successes (or maybe I didn't wait long enough :-) )
To Reproduce
select generate_series(date '2023-01-01', date '2023-02-01', interval '1 hour');
Expected behavior
Return the grouping, or an error to indicate it may not be implemented/expected
Additional context
No response