MaxGekk commented on issue #26438: [SPARK-29408][SQL] Support sign before 
`interval` in interval literals
URL: https://github.com/apache/spark/pull/26438#issuecomment-552177033
 
 
   > It's PostgreSQL 12, right?
   
   Originally, I tested on 11.5 but I see the same on 12.0:
   ```
   psql (12.0 (Homebrew petere/postgresql))
   Type "help" for help.
   
   maxim=# select +interval '-1 month 1 day -1 second';
   ERROR:  operator does not exist: + interval
   LINE 1: select +interval '-1 month 1 day -1 second';
                  ^
   HINT:  No operator matches the given name and argument type. You might need 
to add an explicit type cast.
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to