xccui commented on issue #6736: [FLINK-10398][table] Add Tanh math function supported in Table API and SQL URL: https://github.com/apache/flink/pull/6736#issuecomment-431031320 Hi @pnowojski, I suppose that is because SQL is not case-sensitive. Usually, we use uppercase for SQL function names and thus lowercase for parameter names which are distinctive. While Java and Scala are case-sensitive and the function names use camel casing. Thus we use uppercase for their parameters. The descriptions should be consistent with the function definitions.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services