Guibo-Pan commented on issue #6783: [FLINK-10472] [table] Add CBRT math function supported in Table API and SQL URL: https://github.com/apache/flink/pull/6783#issuecomment-427819481 Hi, @aai95 thanks for your PR. We already have a previous `sqrt(numeric)`, which is actually `power(numeric, 0.5)`. I think it's better to align to the previous one. Thanks.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
