Skip to content

Commit e4151a3

Browse files
committed
address comment
1 parent c5ab777 commit e4151a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExec.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ case class WindowExec(
112112
*
113113
* @param frame to evaluate. This can either be a Row or Range frame.
114114
* @param bound with respect to the row.
115+
* @param timeZone the session local timezone for time related calculations.
115116
* @return a bound ordering object.
116117
*/
117118
private[this] def createBoundOrdering(

0 commit comments

Comments
 (0)