You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/11/19 08:41:44 UTC

[GitHub] [spark] MaxGekk commented on issue #26592: [SPARK-29371][SQL] Fractional representation for interval string

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org