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

explode() fails on aggregate expressions

    XMLWordPrintableJSON

Details

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

    Description

      function explode() fails on aggregate expressions

      We should support sql like:

      spark.range(5).select( 
        explode(array(max($"id"), min($"id")))
      )
      

      Attachments

        Issue Links

          Activity

            People

              weichenxu123 Weichen Xu
              weichenxu123 Weichen Xu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: