Skip to content

generate_series hangs indefinitely when providing a step of less than 1 day #11823

@Abdullahsab3

Description

@Abdullahsab3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions