[
https://issues.apache.org/jira/browse/BEAM-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008406#comment-16008406
]
ASF GitHub Bot commented on BEAM-2149:
--------------------------------------
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).
----
> BeamKafkaCSVTable: support column type other than string
> --------------------------------------------------------
>
> Key: BEAM-2149
> URL: https://issues.apache.org/jira/browse/BEAM-2149
> Project: Beam
> Issue Type: Improvement
> Components: dsl-sql
> Reporter: James Xu
> Assignee: James Xu
> Priority: Minor
>
> Currently, BeamKafkaCSVTable only supports String column, need to support
> other types.
> Also, use a more robust library to parse CSV.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)