[
https://issues.apache.org/jira/browse/FLINK-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062794#comment-16062794
]
ASF GitHub Bot commented on FLINK-6942:
---------------------------------------
Github user ch33hau commented on a diff in the pull request:
https://github.com/apache/flink/pull/4181#discussion_r123957141
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/scala/expressionDsl.scala
---
@@ -924,6 +924,19 @@ object pi {
}
/**
+ * Returns a value that is closer than any other value to e.
+ */
+object e {
+
+ /**
+ * Returns a value that is closer than any other value to e.
--- End diff --
A trivial comment...
Scala Doc should be
```
/**
*
*
```
Instead of
```
/**
*
*
```
> Add E() supported in TableAPI
> -----------------------------
>
> Key: FLINK-6942
> URL: https://issues.apache.org/jira/browse/FLINK-6942
> Project: Flink
> Issue Type: Sub-task
> Components: Table API & SQL
> Affects Versions: 1.4.0
> Reporter: sunjincheng
> Assignee: Timo Walther
> Labels: starter
> Fix For: 1.4.0
>
>
> See FLINK-6960 for detail.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)