[ 
https://issues.apache.org/jira/browse/HIVE-9944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Pivovarov updated HIVE-9944:
--------------------------------------
    Description: 
DemuxOperator and ListBucketingPruner concatenate String with array[] and log 
the resulting message.
array[] uses Object.toString which returns className + @ + hashCode hex
we can use Arrays.toString() to convert array[] to string properly

> convert array to string properly in log messages
> ------------------------------------------------
>
>                 Key: HIVE-9944
>                 URL: https://issues.apache.org/jira/browse/HIVE-9944
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Alexander Pivovarov
>            Assignee: Alexander Pivovarov
>            Priority: Minor
>
> DemuxOperator and ListBucketingPruner concatenate String with array[] and log 
> the resulting message.
> array[] uses Object.toString which returns className + @ + hashCode hex
> we can use Arrays.toString() to convert array[] to string properly



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to