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

Relax AliasAwareOutputExpression to support alias with expression

    XMLWordPrintableJSON

Details

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

    Description

      We will pull out complex join keys from grouping expressions, so the project can hold a alias with expression. Unfortunately we may lose the output partitioning since the current AliasAwareOutputExpression only support preserve the alias with attribute.

      For example, the follow query will introduce three exchanges instead of two.

      SELECT c1 + 1, count(*)
      FROM t1
      JOIN t2 ON c1 + 1 = c2
      GROUP BY c1 + 1

      Attachments

        Activity

          People

            ulysses XiDuo You
            ulysses XiDuo You
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: