[
https://issues.apache.org/jira/browse/PARQUET-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273135#comment-17273135
]
ASF GitHub Bot commented on PARQUET-1736:
-----------------------------------------
Fokko merged pull request #724:
URL: https://github.com/apache/parquet-mr/pull/724
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Use StringBuilder instead of StringBuffer
> -----------------------------------------
>
> Key: PARQUET-1736
> URL: https://issues.apache.org/jira/browse/PARQUET-1736
> Project: Parquet
> Issue Type: Improvement
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Minor
> Labels: pull-request-available
>
> StringBuffer is synchronized and therefore incurs the overhead even when it's
> not being used in a multi-threaded way. Use the unsynchronized StringBuilder
> instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)