[
https://issues.apache.org/jira/browse/FLINK-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518135#comment-16518135
]
ASF GitHub Bot commented on FLINK-6846:
---------------------------------------
GitHub user xueyumusic opened a pull request:
https://github.com/apache/flink/pull/6188
[FLINK-6846] add timestampAdd tableApi
## What is the purpose of the change
This PR add timestampAdd TableApi
## Brief change log
add timestampAdd expression parser and node construction
## Verifying this change
unit test
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: no
## Documentation
- Does this pull request introduce a new feature? yes
- If yes, how is the feature documented? docs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xueyumusic/flink timeStampAdd-tableApi
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6188.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 #6188
----
commit 17511d36c39c86ce342a27583a474991713d0062
Author: xueyu <278006819@...>
Date: 2018-06-20T13:30:02Z
timestampAdd tableApi
----
> Add TIMESTAMPADD supported in TableAPI
> --------------------------------------
>
> Key: FLINK-6846
> URL: https://issues.apache.org/jira/browse/FLINK-6846
> Project: Flink
> Issue Type: Sub-task
> Components: Table API & SQL
> Affects Versions: 1.4.0
> Reporter: sunjincheng
> Assignee: sunjincheng
> Priority: Major
> Labels: starter
>
> See FLINK-6811 for detail.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)