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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to