We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5492884 commit 952168aCopy full SHA for 952168a
sql/core/src/main/scala/org/apache/spark/sql/execution/Exchange.scala
@@ -50,7 +50,7 @@ case class Exchange(
50
51
override def outputPartitioning: Partitioning = newPartitioning
52
53
- override def outputOrdering = newOrdering
+ override def outputOrdering: Seq[SortOrder] = newOrdering
54
55
override def output: Seq[Attribute] = child.output
56
0 commit comments