Skip to content

CI Failure / Panic when to_timestamp() called #7939

@comphead

Description

@comphead

Describe the bug

After merging #7844 AND some other PRs I can see the tests and to_timestamp() calls are panicking

External error: query failed: DataFusion error: Arrow error: Invalid argument error: column types must match schema types, expected Timestamp(Nanosecond, None) but found Timestamp(Second, None) at column index 0

Solely #7844 passed all the tests

To Reproduce

select to_timestamp(cast (1 as int));

Expected behavior

No panic

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions