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/08/02 13:28:03 UTC

[GitHub] [spark] MaxGekk removed a comment on issue #25336: [SPARK-28017][SQL] Support additional levels of truncations by DATE_TRUNC/TRUNC

MaxGekk removed a comment on issue #25336: [SPARK-28017][SQL] Support additional levels of truncations by DATE_TRUNC/TRUNC
URL: https://github.com/apache/spark/pull/25336#issuecomment-517687789
 
 
   There is an example where PostgreSQL and current PR have different results:
   ```
   =# SELECT date_trunc('CENTURY', TIMESTAMP '2000-03-05 09:32:05.359123');
        date_trunc      
   ---------------------
    1901-01-01 00:00:00
   ```
   
   I am trying to fix it.

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