maochongxin commented on PR #15154: URL: https://github.com/apache/doris/pull/15154#issuecomment-1359384612
> > I am currently using mysql-client to connect to fe locally, but I cannot use round_bankers. I am looking into this problem, and can you reproduce it? > > I think you forget to register this function in FE's FunctionSet. You can add it in gensrc/script/doris_builtin_functions.py just like function round. > > Btw, you'd better to add a SQL-like regression test case in folder regression/suites That's right!! I did trace the code and found that `getBuiltinFunction` returned `nil`, so it was registered through here, thank you very much! And I will complete the test cases as soon as possible -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org