yaooqinn edited a comment on pull request #27805:
URL: https://github.com/apache/spark/pull/27805#issuecomment-637593252


   You can use both 
   java API  
`org.apache.spark.unsafe.types.CalendarInterval.extractAsDuration().toSeconds`
    and SQL functions 
    `date_part('hour', ...) * 3600 + date_part('minute', ...) * 60 + 
date_part('second', ...)`


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to