uros-b commented on code in PR #56889:
URL: https://github.com/apache/spark/pull/56889#discussion_r3497895086


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/ApproximatePercentile.scala:
##########
@@ -102,10 +102,10 @@ case class ApproximatePercentile(
   private lazy val accuracy: Long = accuracyNum.longValue
 

Review Comment:
   The function docs are not updated. The @ExpressionDescription usage text for 
percentile/median/percentile_cont/percentile_disc still says "numeric or ANSI 
interval column". These feed the SQL function reference. Adding TIME there 
accordingly would be more accurate.



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

Reply via email to