You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2017/06/22 07:04:00 UTC

[jira] [Updated] (SPARK-21174) Validate sampling fraction in logical operator level

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

Xiao Li updated SPARK-21174:
----------------------------
    Component/s:     (was: Optimizer)
                 SQL

> Validate sampling fraction in logical operator level
> ----------------------------------------------------
>
>                 Key: SPARK-21174
>                 URL: https://issues.apache.org/jira/browse/SPARK-21174
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Gengliang Wang
>            Priority: Minor
>
> Currently the validation of sampling fraction in dataset is incomplete.
> As an improvement, validate sampling ratio in logical operator level:
>     1) if with replacement: ratio should be nonnegative
>     2) else: ratio should be on interval [0, 1]
> Also add test cases for the validation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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