jnturton commented on code in PR #2803: URL: https://github.com/apache/drill/pull/2803#discussion_r1194770402
########## contrib/udfs/src/main/java/org/apache/drill/exec/udfs/DistributionFunctions.java: ########## @@ -363,4 +365,44 @@ public void eval() { } } } + @SuppressWarnings("unused") + @FunctionTemplate(name = "median", Review Comment: ~~Have you considered using the same Freemarker template approach followed by the other aggregate statistical functions? If you can rebase on #2804 then I'm hopeful that any preferred cast ambiguity for a VARCHAR argument will be resolved.~~ Ignore 👆. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org