GitHub user tony810430 opened a pull request: https://github.com/apache/flink/pull/3637
[FLINK-6211] [kinesis] Validation error in Kinesis Consumer when using AT_TIMESTAMP as start position Address the bug in validation function to check if the date string is well formed when using AT_TIMESTAMP as start position. This function needs to check if one of the two conditions is passed, but I made a mistake to check all conditions should be passed. That causes the problem. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tony810430/flink FLINK-6211 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3637.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 #3637 ---- commit cb14ddcffdcbbd6fc84619aab475d7b9ff6d1644 Author: Tony Wei <tony19920...@gmail.com> Date: 2017-03-29T07:08:04Z [FLINK-6211] Validation error in Kinesis Consumer when using AT_TIMESTAMP as start position ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---