You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2020/06/20 02:31:00 UTC

[jira] [Updated] (SPARK-31980) Spark sequence() fails if start and end of range are identical dates

     [ https://issues.apache.org/jira/browse/SPARK-31980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun updated SPARK-31980:
----------------------------------
    Affects Version/s: 2.4.0
                       2.4.1
                       2.4.2
                       2.4.3
                       2.4.5
                       2.4.6

> Spark sequence() fails if start and end of range are identical dates
> --------------------------------------------------------------------
>
>                 Key: SPARK-31980
>                 URL: https://issues.apache.org/jira/browse/SPARK-31980
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 2.4.6
>         Environment: Spark 2.4.4 standalone and on AWS EMR
>            Reporter: Dave DeCaprio
>            Assignee: JinxinTang
>            Priority: Minor
>             Fix For: 3.0.1, 3.1.0, 2.4.7
>
>
>  
> The following Spark SQL query throws an exception
> {code:java}
> select sequence(cast("2011-03-01" as date), cast("2011-03-01" as date), interval 1 month)
> {code}
> The error is:
>  
>  
> {noformat}
> java.lang.ArrayIndexOutOfBoundsException: 1java.lang.ArrayIndexOutOfBoundsException: 1 at scala.runtime.ScalaRunTime$.array_update(ScalaRunTime.scala:92) at org.apache.spark.sql.catalyst.expressions.Sequence$TemporalSequenceImpl.eval(collectionOperations.scala:2681) at org.apache.spark.sql.catalyst.expressions.Sequence.eval(collectionOperations.scala:2514) at org.apache.spark.sql.catalyst.expressions.UnaryExpression.eval(Expression.scala:389){noformat}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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