GitHub user rmetzger opened a pull request:

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

    [hotfix] Fix JSONDeserializationSchema for Kafka; ParameterTool usability

    The JSONDeserializationSchema was implementing the 
KeyedDeserializationSchema. However, it was not using the key or any other 
additional metadata.
    Therefore, I changed the base class.
    
    Also, the `ParameterTool`'s exception for reading a `.properties` file has 
been improved.

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

    $ git pull https://github.com/rmetzger/flink mini-hotfix

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

    https://github.com/apache/flink/pull/2057.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 #2057
    
----
commit 6f334b81fd17d80a46d62797e918a098406cf6a0
Author: Robert Metzger <rmetz...@apache.org>
Date:   2016-05-31T16:50:35Z

    [hotfix] Fix JSONDeserializationSchema for Kafka; ParameterTool usability

----


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