Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7307

casthigh for decimal type can lead to the issues with VarDecimalHolder

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 1.17.0
    • None

    Description

      The decimal cast may lead to issues with VarDercimal transformation and issues at uml functions which using casthigh under the hood

      Example:

      apache drill> select casthigh(cast(1025.0 as decimal(28,8)));
      Error: SYSTEM ERROR: CompileException: Line 25, Column 60: "isSet" is neither a method, a field, nor a member class of "org.apache.drill.exec.expr.holders.VarDecimalHolder"
      
      Fragment 0:0
      
      Please, refer to logs for more information.
      

      Attachments

        Issue Links

          Activity

            People

              dgrinchenko Dmytriy Grinchenko
              dgrinchenko Dmytriy Grinchenko
              Vova Vysotskyi Vova Vysotskyi
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: