GitHub user xumingming opened a pull request:

    https://github.com/apache/beam/pull/3122

    [BEAM-2149] Improved kafka table implemention

    1. use robust CSV library to parse & print.
    2. support different data types rather than just `String`.
    3. a little cleanup for TextTable (to extract common methods).

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

    $ git pull https://github.com/xumingming/beam BEAM-2149-kafka

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

    https://github.com/apache/beam/pull/3122.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 #3122
    
----
commit 2074343ff4afc402a8ff50ecc4c99dbbd05281cb
Author: James Xu <[email protected]>
Date:   2017-05-12T17:07:01Z

    Improved kafka table implemention.
    
    1. use robust CSV library to parse & print.
    2. support different data types rather than just `String`.
    3. a little cleanup for TextTable (to extract common methods).

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to