RyanBerti commented on code in PR #40615:
URL: https://github.com/apache/spark/pull/40615#discussion_r1172916234
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala:
##########
@@ -507,6 +507,9 @@ object FunctionRegistry {
expression[RegrSlope]("regr_slope"),
expression[RegrIntercept]("regr_intercept"),
expression[Mode]("mode"),
+ expression[HllSketchEstimate]("hllsketch_estimate"),
Review Comment:
Good catch - I thought I had removed all of the old references. Removed.
--
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]