alamb commented on issue #11271:
URL: https://github.com/apache/datafusion/issues/11271#issuecomment-2210716858

   Seems reasonable to me
   
   I verified the postgres behavior:
   
   ```sql
   psql (14.12 (Homebrew), server 16.1 (Debian 16.1-1.pgdg120+1))
   WARNING: psql major version 14, server major version 16.
            Some psql features might not work.
   Type "help" for help.
   
   postgres=# select '1'::interval;
    interval
   ----------
    00:00:01
   (1 row)
   
   postgres=# select '1s'::interval;
    interval
   ----------
    00:00:01
   (1 row)
   ```


-- 
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]

Reply via email to