GitHub user tzulitai opened a pull request:

    https://github.com/apache/flink/pull/2234

    [hotfix][kinesis-connector] Remove duplicate info in 
KinesisDeserializationSchema

    The duplicate was added in https://github.com/apache/flink/pull/2225.
    `byte[] recordKey` and `String partitionKey` are actually the same only in 
different form, so now we have duplicate info in the deser schema. I think we 
can keep the `String` one, since it's the type we get from AWS API for the key.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tzulitai/flink hf-kinesis-deser

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2234.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 #2234
    
----
commit f23a699f990ee5f86a12b2b5249a055c27ff1caf
Author: Gordon Tai <tzuli...@gmail.com>
Date:   2016-07-13T07:36:56Z

    [hotfix][kinesis-connector] Remove duplicate info in 
KinesisDeserializationSchema

----


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

Reply via email to