Github user httfighter commented on the issue:

    https://github.com/apache/spark/pull/19380
  
    In RDMS , unix_timestamp method can keep the milliseconds. For example, 
execute the command as follows
          select unix_timestamp("2017-10-10 10:10:20.111") from test;
    you can get the result: 1490667020.111
    But the native unix_timestamp method of Spark will be lost milliseconds, we 
want to keep the  milliseconds.


---

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

Reply via email to