Jeongdae Kim created PHOENIX-3515:
-------------------------------------
Summary: CsvLineParser Improvement
Key: PHOENIX-3515
URL: https://issues.apache.org/jira/browse/PHOENIX-3515
Project: Phoenix
Issue Type: Improvement
Reporter: Jeongdae Kim
Assignee: Jeongdae Kim
Priority: Minor
CsvLineParser creates a new parser(apache commons CSVParser) every single line.
it seems terribly inefficient.
I improved this issue by adding a new string reader to a parser once and use
this for all lines.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)