Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-9944

Convert array[] to string properly in log messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.2.0
    • Logical Optimizer
    • 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

        1. HIVE-9944.1.patch
          3 kB
          Alexander Pivovarov

        Issue Links

          Activity

            People

              apivovarov Alexander Pivovarov
              apivovarov Alexander Pivovarov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: