Skip to content

Commit d07cc1b

Browse files
committed
address comment
1 parent cdb0e3e commit d07cc1b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/python/EvalPythonExec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ import org.apache.spark.util.Utils
5959
*/
6060
abstract class EvalPythonExec extends UnaryExecNode {
6161
def udfs: Seq[PythonUDF]
62-
6362
def resultAttrs: Seq[Attribute]
6463

6564
override def output: Seq[Attribute] = child.output ++ resultAttrs

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ import org.apache.spark.sql.types.{CalendarIntervalType, DateType, IntegerType,
2828

2929
abstract class WindowExecBase extends UnaryExecNode {
3030
def windowExpression: Seq[NamedExpression]
31-
3231
def partitionSpec: Seq[Expression]
33-
3432
def orderSpec: Seq[SortOrder]
3533

3634
/**

0 commit comments

Comments
 (0)