Skip to content

incorrect i32 coercion for to_timestamp #3046

@waitingkuo

Description

@waitingkuo

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

it's coerced to utf-8

To Reproduce
Steps to reproduce the behavior:

select to_timestamp(cast(1.0 as int));
ArrowError(CastError("Error parsing '1' as timestamp"))

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

coerced to int64

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