Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
DemuxOperator (181) and ListBucketingPruner (194, 219, 361) 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
Attachments
Attachments
Issue Links
- is part of
-
HIVE-9809 Fix FindBugs found bugs in hive-exec
- Resolved
- links to