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
----
---