Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-24636

Type Coercion of Arrays for array_join Function

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.0
    • 2.4.0
    • SQL
    • None

    Description

      The description of SPARK-23916 refers to the implementation of array_join function in Presto. This implementation accepts arbitrary arrays of primitive types as an input.:

      presto> SELECT array_join(ARRAY [1, 2, 3], ', ');
      _col0
      ---------
      1, 2, 3
      (1 row)

      The goal of this Jira ticket is to change the current implementation of array_join function to support other types of arrays.

      Attachments

        Issue Links

          Activity

            People

              mn-mikke Marek Novotny
              mn-mikke Marek Novotny
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: