yfsn666 opened a new issue, #10607:
URL: https://github.com/apache/inlong/issues/10607

   ### Description
   
   Enable transform SQL to support the following FlinkSQL arithmetic functions:
   - log10(numeric): returns the base 10 logarithm of numeric
   - log2(numeric): returns the base 2 logarithm of numeric
   - log(numeric2) or log(numeric1, numeric2): When called with one argument, 
returns the natural logarithm of numeric2. When called with two arguments, this 
function returns the logarithm of numeric2 to the base numeric1. Currently, 
numeric2 must be greater than 0 and numeric1 must be greater than 1
   - exp(numeric): returns e raised to the power of numeric
   
   Parent issue:
   https://github.com/apache/inlong/issues/10022
   
   ### Use case
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to