yaooqinn commented on issue #26314: [SPARK-29371][SQL] Support interval field 
values with fractional parts
URL: https://github.com/apache/spark/pull/26314#issuecomment-547851561
 
 
   With this pr, outside nanosecond will be omitted in silence as pg
   ```sql
   postgres=# select interval '.1111111111' second
   postgres-# ;
       interval
   -----------------
    00:00:00.111111
   (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