Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-10105

Implement KLL functions that return array of doubles

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Backend
    • None

    Description

      There are functions that originally meant to return Array<Double> but since Impala doesn't have support for returning complex types these functions were implemented to return a comma separated string.

      To avoid breaking compatibility these functions got "_as_string" postfix:

      • ds_kll_quantiles_as_string()
      • ds_kll_pmf_as_string()
      • ds_kll_cdf_as_string()

      This ticket is to implement the version of these functions that actually return an array of doubles.

      • ds_kll_quantiles()
      • ds_kll_pmf()
      • ds_kll_cdf()

      This is the Jira that track complex types support as return type:
      https://issues.apache.org/jira/browse/IMPALA-9520

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gaborkaszab Gabor Kaszab
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: