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

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

Gengliang Wang created SPARK-21174:
--------------------------------------

             Summary: 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: Optimizer
    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