[
https://issues.apache.org/jira/browse/FLINK-8302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16299757#comment-16299757
]
ASF GitHub Bot commented on FLINK-8302:
---------------------------------------
GitHub user dubin555 opened a pull request:
https://github.com/apache/flink/pull/5196
[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
- mvn clean verify has been executed successfully locally or a Travis
build has passed
## 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/5196.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 #5196
----
commit 3db3a65178a91fce8d92b741cf58d4e02c96212e
Author: DuBin <bdu2@...>
Date: 2017-12-21T09:02:33Z
[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)