[ https://issues.apache.org/jira/browse/FLINK-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057173#comment-16057173 ]
ASF GitHub Bot commented on FLINK-6960: --------------------------------------- GitHub user sunjincheng121 opened a pull request: https://github.com/apache/flink/pull/4152 [FLINK-6960][table] Add E supported in SQL. In this PR. I have add Math.E supported in SQL. - [x] General - The pull request references the related JIRA issue ("[FLINK-6960][table] Add E supported in SQL.") - The pull request addresses only one issue - Each commit in the PR has a meaningful commit message (including the JIRA id) - [ ] Documentation - Documentation has been added for new functionality - Old documentation affected by the pull request has been updated - JavaDoc for public methods has been added - [x] Tests & Build - Functionality added by the pull request is covered by tests - `mvn clean verify` has been executed successfully locally or a Travis build has passed You can merge this pull request into a Git repository by running: $ git pull https://github.com/sunjincheng121/flink FLINK-6960-PR Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4152.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4152 ---- commit cadba6ef47dc0d1781c1fbf239e7675d00bb954c Author: sunjincheng121 <sunjincheng...@gmail.com> Date: 2017-06-21T08:29:15Z [FLINK-6960][table] Add E supported in SQL. ---- > 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)