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 2020/06/02 14:51:22 UTC

[GitHub] [spark] yaooqinn edited a comment on pull request #27805: [SPARK-31056][SQL] Add CalendarIntervals division

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



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