James Xu created BEAM-2148:
------------------------------
Summary: BeamKafkaCSVTable: Use a more robust library to parse CSV
Key: BEAM-2148
URL: https://issues.apache.org/jira/browse/BEAM-2148
Project: Beam
Issue Type: Improvement
Components: dsl-sql
Reporter: James Xu
Assignee: Xu Mingmin
use something like apache commons csv
(https://commons.apache.org/proper/commons-csv/) to parse the message.
And the CSVRecordEncoder & CSVRecordDecoder can be refactored out to be used by
not only KafkaTable but also TextTable or any other table that are encoded
using CSV format.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)