MaxGekk commented on issue #26358: [SPARK-29712][SQL] Take into account the 
left bound in `fromDayTimeString()`
URL: https://github.com/apache/spark/pull/26358#issuecomment-549260391
 
 
   > Do you mean pgsql has a different behavior?
   
   It ignores `from` but takes into account `to`. Not sure it is a bug or a 
feature.
   ```sql
   maxim=# select interval '5 12:40:30.999999999' hour to minute;
       interval
   -----------------
    5 days 12:40:00
   (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.
 
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