You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like it it to produce the same datatype always (in this case IntervalMonthDayNano) so that it has the same type as the SQL INTERVAL typed, added in #5792
this is inconsistent with '5 days 3 nanoseconds'::interval, an explicit cast to interval.
The text was updated successfully, but these errors were encountered:
The reason two different data types are produced I think is hisorical -- DataFusion's support for interval predates broader arrow-rs support for interval (e.g. apache/arrow-rs#3958).
The same SQL syntax
Produces two different data types.
I would like it it to produce the same datatype always (in this case
IntervalMonthDayNano
) so that it has the same type as the SQLINTERVAL
typed, added in #5792this is inconsistent with
'5 days 3 nanoseconds'::interval
, an explicit cast to interval.The text was updated successfully, but these errors were encountered: