GitHub user dubin555 opened a pull request: https://github.com/apache/flink/pull/5202
[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/5202.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 #5202 ---- 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 commit 28852dffdeeb4facb95b84e0294fea7788e7eaed Author: DuBin <bdu2@...> Date: 2017-12-22T00:14:28Z [FLINK-8302][table]Add SHIFT_LEFT and SHIFT_RIGHT supported in SQL ---- ---