Skip to content

Time With Time Zone should raise error until DataType::Time64 support tz #3715

@waitingkuo

Description

@waitingkuo

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

❯ select arrow_typeof(1::time with time zone);

+-----------------------+
| arrowtypeof(Int64(1)) |
+-----------------------+
| Time64(Nanosecond)    |
+-----------------------+

this should raise error as we dont have tz for Time64 now

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

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