-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
apache/arrow-rs
#6211Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
There's a few issues with casting to an interval.
Specifically:
'1'::interval->0 years 1 mons 0 days 0 hours 0 mins 0.000000000 secs- postgres returns1s, I think other databases do the same - this is the worst offender IMHO'1s'::intervalgives an error, with postgres it returns1s'1second'::intervalgives an error, with postgres it returns1s
Happy to try to fix this if there's willingness? In particular, I think '1'::interval should be fixed asap.
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working