sunjincheng121 commented on a change in pull request #7494: 
[FLINK-11331][table][docs] Fix errors in tableApi.md and functions.md
URL: https://github.com/apache/flink/pull/7494#discussion_r248148147
 
 

 ##########
 File path: docs/dev/table/functions.md
 ##########
 @@ -3843,6 +3877,18 @@ NUMERIC.months
       </td>
     </tr>
 
+    <tr>
+      <td>
+        {% highlight scala %}
+NUMERIC.week
+NUMERIC.weeks
+{% endhighlight %}
+      </td>
+      <td>
+        <p>Creates an interval of milliseconds for <i>NUMERIC</i> weeks.</p>
 
 Review comment:
   We can add an example: e.g.:
   E.g., 1.weeks returns 604800000 ms.

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


With regards,
Apache Git Services

Reply via email to