HyukjinKwon commented on pull request #28593:
URL: https://github.com/apache/spark/pull/28593#issuecomment-695861989
I think it's because `timestamp_seconds` can be the direct replacement in
`cast(num as timestamp)` but arguably `timestamp_millis` and `timestamp_micros`
are less common. So
HyukjinKwon commented on pull request #28593:
URL: https://github.com/apache/spark/pull/28593#issuecomment-695861989
I think it's because `timestamp_seconds` can be the direct replacement in
`cast(num as timestamp)` but arguably `timestamp_millis` and `timestamp_micros`
are less common. So