kumarUjjawal commented on issue #22401:
URL: https://github.com/apache/datafusion/issues/22401#issuecomment-4506163575
@Jefffrey I had two approaches in mind either, ANSI-gate the error (ANSI on
→ throw, ANSI off → keep NULL). or the other option is:
- `make_interval` / `make_dt_interval` → always error (drop the flag)
- add `try_make_interval` / `try_make_dt_interval` → return NULL
What do you think?
--
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]