Omega359 commented on issue #11822:
URL: https://github.com/apache/datafusion/issues/11822#issuecomment-2325332205
I'm curious what the smallest interval that these udf's should support?
Seconds? Millis? Nanos? Should calls like the following be supported
`select generate_series('2021-01-01'::date, '2021-01-02'::date INTERVAL '1'
HOUR);`
or should intervals less than a day still be disallowed if arg[0] is not of
a timestamp type?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]