[ 
https://issues.apache.org/jira/browse/FLINK-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864030#comment-15864030
 ] 

ASF GitHub Bot commented on FLINK-5710:
---------------------------------------

Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3271#discussion_r100849148
  
    --- Diff: 
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/validate/FunctionCatalog.scala
 ---
    @@ -190,11 +192,14 @@ object FunctionCatalog {
         // array
         "cardinality" -> classOf[ArrayCardinality],
         "at" -> classOf[ArrayElementAt],
    -    "element" -> classOf[ArrayElement]
    +    "element" -> classOf[ArrayElement],
     
    +    "procTime" -> classOf[CurrentTimestamp]
    --- End diff --
    
    make `procTime` lowercase, i.e., `proctime` to keep it consistent with 
`rowtime`.


> Add ProcTime() function to indicate StreamSQL
> ---------------------------------------------
>
>                 Key: FLINK-5710
>                 URL: https://issues.apache.org/jira/browse/FLINK-5710
>             Project: Flink
>          Issue Type: New Feature
>          Components: DataStream API
>            Reporter: Stefano Bortoli
>            Assignee: Stefano Bortoli
>            Priority: Minor
>
> procTime() is a parameterless scalar function that just indicates processing 
> time mode



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to