Github user sraghunandan commented on the issue:
https://github.com/apache/carbondata/pull/1281
Master already has stringbuffer implementation
On 24-Aug-2017 4:54 PM, "Pawan Malwal" <[email protected]> wrote:
> *@pawanmalwal* commented on this pull request.
> ------------------------------
>
> In core/src/main/java/org/apache/carbondata/core/scan/filter/
> FilterExpressionProcessor.java
> <https://github.com/apache/carbondata/pull/1281#discussion_r134990100>:
>
> > @@ -163,17 +163,17 @@ public FilterResolverIntf
getFilterResolver(Expression expressionTree,
> }
>
> private String joinByteArray(byte[] bytes, char delimiter) {
> - StringBuffer byteArrayAsString = new StringBuffer();
> - byteArrayAsString.append("");
> + String byteArrayAsString = "";
>
> Changed to StringBuffer per your suggestion.
>
> â
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/carbondata/pull/1281#discussion_r134990100>,
> or mute the thread
>
<https://github.com/notifications/unsubscribe-auth/ACxx76Sn4CZ9tN4YM3FGi3n0HKdzbcaTks5sbV2EgaJpZM4O-bck>
> .
>
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---