Description
The make_timestamp() function accepts seconds with fractional part up to microseconds. In some cases, it can lose precision in the fractional part. For example:
spark-sql> select make_timestamp(2019, 8, 12, 0, 0, 58.000001); 2019-08-12 00:00:58
Attachments
Issue Links
- links to