You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/08 12:49:00 UTC

[GitHub] Guibo-Pan commented on issue #6783: [FLINK-10472] [table] Add CBRT math function supported in Table API and SQL

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:
users@infra.apache.org


With regards,
Apache Git Services