[
https://issues.apache.org/jira/browse/FLINK-5624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15948312#comment-15948312
]
ASF GitHub Bot commented on FLINK-5624:
---------------------------------------
GitHub user tony810430 opened a pull request:
https://github.com/apache/flink/pull/3650
[FLINK-5624] [kinesis] Let Date format for timestamp-based start position
in Kinesis consumer be configurable
The patch let user define their own pattern for parsing date string.
If `ConsumerConfigConstants.STREAM_TIMESTAMP_DATE_FORMAT` is specified then
`FlinkKinesisConsumer` will only use this format to parse date string.
- [v] General
- The pull request references the related JIRA issue ("[FLINK-XXX] Jira
title text")
- The pull request addresses only one issue
- Each commit in the PR has a meaningful commit message (including the
JIRA id)
- [v] Documentation
- Documentation has been added for new functionality
- Old documentation affected by the pull request has been updated
- JavaDoc for public methods has been added
- [v] 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
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tony810430/flink FLINK-5625
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3650.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 #3650
----
commit 88c874e966d55092649c47ed54d4c52387eb1db9
Author: Tony Wei <[email protected]>
Date: 2017-03-30T01:48:43Z
[FLINK-5624] Let Date format for timestamp-based start position in Kinesis
consumer be configurable
----
> Support tumbling window on streaming tables in the SQL API
> ----------------------------------------------------------
>
> Key: FLINK-5624
> URL: https://issues.apache.org/jira/browse/FLINK-5624
> Project: Flink
> Issue Type: Improvement
> Components: Table API & SQL
> Reporter: Haohui Mai
> Assignee: Haohui Mai
> Fix For: 1.3.0
>
>
> This is a follow up of FLINK-4691.
> FLINK-4691 adds supports for group-windows for streaming tables. This jira
> proposes to expose the functionality in the SQL layer via the {{GROUP BY}}
> clauses, as described in
> http://calcite.apache.org/docs/stream.html#tumbling-windows.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)