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

Same operand appears on both sides of > in DataType#compareByteArray()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.14.0
    • HCatalog
    • None

    Description

      Around line 227:

            if (o1[i] > o1[i]) {
              return 1;
      

      The above comparison would never be true.

      Attachments

        1. hive-7753-v1.txt
          0.5 kB
          Ted Yu

        Activity

          People

            yuzhihong@gmail.com Ted Yu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: