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

Method matching needs to be improved in NumericOpMethodResolver to suport decimal type with parameters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.12.0
    • None
    • Types
    • None

    Description

      For non-generic UDFs, java reflection is used to determine which evaluate() is to be used for given input expressions. For this, method's argument type is matched against the expression's type. Currently a match exists only if the two types are exactly the same. However, for decimal with precision/and scale, we need to improve the matching, such that a method with decimal arugment should be picked for an input with, say, decimal(5,2).

      Attachments

        Issue Links

          Activity

            People

              xuefuz Xuefu Zhang
              xuefuz Xuefu Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: