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

Type conversion during IN () comparisons is using different rules from other comparison operations

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0.0-alpha-1
    • Types
    • None

    Description

      Noticed this while looking at HIVE-20082.
      The type conversion done during GenericUDFIn (via ReturnObjectInspectorResolver) uses FunctionRegistry.getCommonClass(), whereas the other comparison operators (=, <, >, <=, >=) use FunctionRegistry.getCommonClassForComparison(). As a result, dec_column IN ('1.1', '2.2') compares the values as strings, whereas dec_column = '1.1' would compare the values as doubles. This makes a difference for HIVE-20082 since it is related to changing the 0-padding during decimal-to-string conversions.

      cc ashutoshc

      Attachments

        1. HIVE-20204.1.patch
          26 kB
          Jason Dere
        2. HIVE-20204.2.patch
          27 kB
          Jason Dere
        3. HIVE-20204.3.patch
          27 kB
          Jason Dere
        4. HIVE-20204.4.patch
          27 kB
          Jason Dere

        Issue Links

          Activity

            People

              jdere Jason Dere
              jdere Jason Dere
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: