You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (Jira)" <ji...@apache.org> on 2019/12/25 12:05:00 UTC

[jira] [Assigned] (SPARK-30266) Int overflow and MatchError in ApproximatePercentile

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

Wenchen Fan reassigned SPARK-30266:
-----------------------------------

    Assignee: Kent Yao

> Int overflow and MatchError in ApproximatePercentile 
> -----------------------------------------------------
>
>                 Key: SPARK-30266
>                 URL: https://issues.apache.org/jira/browse/SPARK-30266
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.4.4, 3.0.0
>            Reporter: Kent Yao
>            Assignee: Kent Yao
>            Priority: Major
>
> accuracyExpression can accept Long which may cause overflow error.
> accuracyExpression can accept fractions which are implicitly floored.
> accuracyExpression can accept null which is implicitly changed to 0.
> percentageExpression can accept null but cause MatchError.
> percentageExpression can accept ArrayType(_, nullable=true) in which the nulls are implicitly changed to zeros.
>  
>  



--
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