LuciferYang commented on code in PR #40120:
URL: https://github.com/apache/spark/pull/40120#discussion_r1114098375
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/windowExpressions.scala:
##########
@@ -571,6 +575,10 @@ case class Lag(
input: Expression, inputOffset: Expression, default: Expression,
ignoreNulls: Boolean)
extends FrameLessOffsetWindowFunction with TernaryLike[Expression] {
+ def this(
Review Comment:
change to fix this in
`connector/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala`
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/windowExpressions.scala:
##########
@@ -517,6 +517,10 @@ case class Lead(
input: Expression, offset: Expression, default: Expression, ignoreNulls:
Boolean)
extends FrameLessOffsetWindowFunction with TernaryLike[Expression] {
+ def this(
Review Comment:
change to fix this in
`connector/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]