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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org