[ https://issues.apache.org/jira/browse/FLINK-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057574#comment-16057574 ]
ASF GitHub Bot commented on FLINK-6960: --------------------------------------- Github user sunjincheng121 commented on a diff in the pull request: https://github.com/apache/flink/pull/4152#discussion_r123258425 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/expressions/ScalarFunctionsTest.scala --- @@ -1116,6 +1116,13 @@ class ScalarFunctionsTest extends ExpressionTestBase { math.Pi.toString) } + @Test + def testE(): Unit = { + testSqlApi( + "E()", --- End diff -- Yes, It's works well. > Add E(2.7182818284590452354),PI(3.14159265358979323846) supported in SQL > ------------------------------------------------------------------------ > > Key: FLINK-6960 > URL: https://issues.apache.org/jira/browse/FLINK-6960 > Project: Flink > Issue Type: Sub-task > Components: Table API & SQL > Reporter: sunjincheng > Assignee: sunjincheng > Labels: starter > > E=Math.E > PI=Math.PI -- This message was sent by Atlassian JIRA (v6.4.14#64029)