icexelloss commented on a change in pull request #22305:
[SPARK-24561][SQL][Python] User-defined window aggregation functions with
Pandas UDF (bounded window)
URL: https://github.com/apache/spark/pull/22305#discussion_r240686860
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/window/BoundOrdering.scala
##########
@@ -24,14 +24,14 @@ import org.apache.spark.sql.catalyst.expressions.Projection
/**
* Function for comparing boundary values.
*/
-private[window] abstract class BoundOrdering {
+private[sql] abstract class BoundOrdering {
Review comment:
Yeah good catch. Reverted. I guess I was accessing this in
WindowInPandasExec before
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]