[ https://issues.apache.org/jira/browse/SPARK-38535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17505260#comment-17505260 ]
Apache Spark commented on SPARK-38535: -------------------------------------- User 'MaxGekk' has created a pull request for this issue: https://github.com/apache/spark/pull/35826 > Add the datetimeUnit enum to the grammar and use it in TIMESTAMPADD/DIFF > ------------------------------------------------------------------------ > > Key: SPARK-38535 > URL: https://issues.apache.org/jira/browse/SPARK-38535 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 3.3.0 > Reporter: Max Gekk > Assignee: Max Gekk > Priority: Major > > Add the following enum: > {code} > datetimeUnit > : YEAR | QUARTER | MONTH > | WEEK | DAY | DAYOFYEAR > | HOUR | MINUTE | SECOND | MILLISECOND | MICROSECOND > ; > {code} > and use it in the grammar rules for TIMESTAMPADD and TIMESTAMPDIFF. > -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org