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 90cc379 commit 16f99c3Copy full SHA for 16f99c3
sql/core/src/main/scala/org/apache/spark/sql/execution/Window.scala
@@ -101,6 +101,8 @@ case class Window(
101
102
override def outputOrdering: Seq[SortOrder] = child.outputOrdering
103
104
+ override def canProcessUnsafeRows: Boolean = true
105
+
106
/**
107
* Create a bound ordering object for a given frame type and offset. A bound ordering object is
108
* used to determine which input row lies within the frame boundaries of an output row.
0 commit comments