You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Maxim Gekk (JIRA)" <ji...@apache.org> on 2018/11/02 10:20:00 UTC

[jira] [Created] (SPARK-25927) Fix number of partitions returned by outputPartitioning

Maxim Gekk created SPARK-25927:
----------------------------------

             Summary: Fix number of partitions returned by outputPartitioning
                 Key: SPARK-25927
                 URL: https://issues.apache.org/jira/browse/SPARK-25927
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.4.0
            Reporter: Maxim Gekk


Currently default number of partitions returned by the outputPartitioning() method of SparkPlan is 0 that doesn't reflect to actual number of partitions for some execution nodes. To return actual number, need to override the outputPartitioning() method in child nodes and implement it properly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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