[
https://issues.apache.org/jira/browse/HIVE-16826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308537#comment-16308537
]
BELUGA BEHR commented on HIVE-16826:
------------------------------------
[~aihuaxu] I certainly tried to keep it the same...
https://github.com/apache/hive/blob/dd2697c00dffe17699f19f8accfbf5c14bd07219/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
> Improvements for SeparatedValuesOutputFormat
> --------------------------------------------
>
> Key: HIVE-16826
> URL: https://issues.apache.org/jira/browse/HIVE-16826
> Project: Hive
> Issue Type: Bug
> Components: Beeline
> Affects Versions: 2.1.1, 3.0.0
> Reporter: BELUGA BEHR
> Assignee: BELUGA BEHR
> Priority: Minor
> Attachments: HIVE-16826.1.patch, HIVE-16826.2.patch
>
>
> Proposing changes to class
> {{org.apache.hive.beeline.SeparatedValuesOutputFormat}}.
> # Simplify the code
> # Code currently creates and destroys {{CsvListWriter}}, which contains a
> buffer, for every line printed
> # Use Apache Commons libraries for certain actions
> # Prefer non-synchronized {{StringBuilderWriter}} to Java's synchronized
> {{StringWriter}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)