MaxGekk commented on issue #26592: [SPARK-29371][SQL] Fractional representation 
for interval string
URL: https://github.com/apache/spark/pull/26592#issuecomment-555394951
 
 
   > PG does not allow millis and micros to be fraction number
   
   millis can have a fraction:
   ```
   # select interval '0.1111111 milliseconds';
       interval
   -----------------
    00:00:00.000111
   ```

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