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

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

GitHub user dubin555 opened a pull request:

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

    [FLINK-8302][table]Add SHIFT_LEFT and SHIFT_RIGHT supported in SQL

    In this PR, SHIFT_LEFT and SHIFT_RIGHT are added.
    
    General
    
    The pull request references the related JIRA issue, [FLINK-8302]Support 
shift_left and shift_right in TableAPI
    The pull request addresses only one issue
    Each commit in the PR has a meaningful commit message (including the JIRA 
id)
    Tests & Build
    
    Functionality added by the pull request is covered by tests
    Documentation
    
    Does this pull request introduce a new feature? (yes )
    If yes, how is the feature documented? (docs / JavaDocs)

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

    $ git pull https://github.com/dubin555/flink master

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

    https://github.com/apache/flink/pull/5198.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 #5198
    
----
commit 3db3a65178a91fce8d92b741cf58d4e02c96212e
Author: DuBin <bdu2@...>
Date:   2017-12-21T09:02:33Z

    [FLINK-8302][table]Add SHIFT_LEFT and SHIFT_RIGHT supported in SQL

commit 89ac219a65e4b6b0dc03873b13b8b997cfb474fe
Author: DuBin <bdu2@...>
Date:   2017-12-21T10:00:19Z

    [FLINK-8302][table]Add SHIFT_LEFT and SHIFT_RIGHT supported in SQL

commit 4212107079b5b5a5d7d2669bc106b2463f0e8f7d
Author: DuBin <bdu2@...>
Date:   2017-12-21T10:11:01Z

    [FLINK-8302][table]Add SHIFT_LEFT and SHIFT_RIGHT supported in SQL

----


> Support shift_left and shift_right in TableAPI
> ----------------------------------------------
>
>                 Key: FLINK-8302
>                 URL: https://issues.apache.org/jira/browse/FLINK-8302
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>            Reporter: DuBin
>              Labels: features
>             Fix For: 1.5.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Add shift_left and shift_right support in TableAPI, shift_left(input, n) act 
> as input << n, shift_right(input, n) act as input >> n.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to