You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by fhueske <gi...@git.apache.org> on 2017/07/11 17:08:17 UTC

[GitHub] flink pull request #4078: [FLINK-6693] [table] Support DATE_FORMAT function ...

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

    https://github.com/apache/flink/pull/4078#discussion_r126750513
  
    --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/validate/FunctionCatalog.scala ---
    @@ -374,6 +375,7 @@ class BasicOperatorTable extends ReflectiveSqlOperatorTable {
         SqlStdOperatorTable.CURRENT_TIME,
         SqlStdOperatorTable.CURRENT_TIMESTAMP,
         SqlStdOperatorTable.CURRENT_DATE,
    +    DateTimeSqlFunction.DATE_FORMAT,
    --- End diff --
    
    The new function should also be added to the documentation (Table API + SQL).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---