Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-31936 Implement ScriptTransform in sql/core
  3. SPARK-28227

Spark can’t support TRANSFORM with aggregation

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.1.0
    • 3.2.0
    • SQL
    • None

    Description

      Spark can;t support using TRANSFORM with aggregation such as :

      SELECT TRANSFORM(T.A, SUM(T.B))
      USING 'func' AS (X STRING Y STRING)
      FROM DEFAULT.TEST T
      WHERE T.C > 0
      GROUP BY T.A

      Attachments

        Activity

          People

            angerszhuuu angerszhu
            angerszhuuu angerszhu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: