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 2019/07/16 16:42:12 UTC

[jira] [Updated] (SPARK-23609) Test EnsureRequirements's test cases to eliminate ShuffleExchange while is not expected

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

Dongjoon Hyun updated SPARK-23609:
----------------------------------
    Affects Version/s:     (was: 2.4.0)
                       3.0.0

> Test EnsureRequirements's test cases to eliminate ShuffleExchange while is not expected
> ---------------------------------------------------------------------------------------
>
>                 Key: SPARK-23609
>                 URL: https://issues.apache.org/jira/browse/SPARK-23609
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL, Tests
>    Affects Versions: 3.0.0
>            Reporter: caoxuewen
>            Priority: Minor
>
> Currently, In testing EnsureRequirements's test cases to eliminate ShuffleExchange, The test code is not in conformity with the purpose of the test.These test cases are as follows:
> 1、test("EnsureRequirements eliminates Exchange if child has same partitioning")
>    The checking condition is that there is no ShuffleExchange in the physical plan. = = 2 It's not accurate here.
> 2、test("EnsureRequirements does not eliminate Exchange with different partitioning")
>    The purpose of the test is to not eliminate ShuffleExchange, but its test code is the same as test("EnsureRequirements eliminates Exchange if child has same partitioning")



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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