You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "chong (Jira)" <ji...@apache.org> on 2021/10/18 06:56:00 UTC

[jira] [Created] (SPARK-37040) SampleExec can set outputOrdering as children's outputOrdering

chong created SPARK-37040:
-----------------------------

             Summary: SampleExec can set outputOrdering as children's outputOrdering
                 Key: SPARK-37040
                 URL: https://issues.apache.org/jira/browse/SPARK-37040
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 3.2.0
            Reporter: chong


All of the code paths in SampleExec that I can see preserve the child ordering, but Spark does not set this.

Is this better to set?

 override def outputOrdering: Seq[SortOrder] = child.outputOrdering



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