You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/28 05:47:55 UTC

[GitHub] [spark] cloud-fan commented on a change in pull request #29886: [SPARK-27951][SQL][FOLLOWUP] Improve the window function nth_value

cloud-fan commented on a change in pull request #29886:
URL: https://github.com/apache/spark/pull/29886#discussion_r495701315



##########
File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/windowExpressions.scala
##########
@@ -669,7 +669,9 @@ case class NthValue(input: Expression, offsetExpr: Expression, ignoreNulls: Bool
 

Review comment:
       Unfortunately there is no SQL API for it yet. It's only available in DataFrame API. We will add examples when we add the SQL API.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org