KevinLinGit opened a new issue #2027: unexpected UDF deduction URL: https://github.com/apache/incubator-doris/issues/2027 **Describe the bug** I have two udaf functions as follow: - STRING topk(STRING, INT, INT, BIGINT) - STRING topk(STRING, INT, INT, DOUBLE) Then, just explain sql "explain select topk(province_, 0, 5, 1) from test", you will get something as follow: 
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
