You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/04 12:55:40 UTC

[jira] [Commented] (FLINK-3573) Implement more String functions for Table API

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

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

GitHub user twalthr opened a pull request:

    https://github.com/apache/flink/pull/1766

    [FLINK-3573] [table] Implement more String functions for Table API

    This PR implements the remaining string functions:
    
    CHARACTER_LENGTH
    CONCAT
    UPPER
    LOWER
    INITCAP
    LIKE
    SIMILAR
    
    And simplifies the CallGenerators a bit.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/twalthr/flink scalarFunctions2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1766.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 #1766
    
----
commit e15c8fac98d53ab05f09ab7f64083e7c063e671c
Author: twalthr <tw...@apache.org>
Date:   2016-03-04T10:37:58Z

    [FLINK-3573] [table] Implement more String functions for Table API

----


> Implement more String functions for Table API
> ---------------------------------------------
>
>                 Key: FLINK-3573
>                 URL: https://issues.apache.org/jira/browse/FLINK-3573
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table API
>            Reporter: Timo Walther
>            Assignee: Timo Walther
>
> Implement the remaining string functions:
> {code}
> CHARACTER_LENGTH
> CONCAT
> UPPER
> LOWER
> INITCAP
> LIKE
> SIMILAR
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)