Details

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

    Description

      SPARK-27986 only supports  Filter expression without DISTINCT.

      We need to support Filter expression allow simultaneous use of DISTINCT

      PostgreSQL support:

      select ten, sum(distinct four) filter (where four > 10) from onek group by ten;

      Attachments

        Activity

          apachespark Apache Spark added a comment -

          User 'beliefer' has created a pull request for this issue:
          https://github.com/apache/spark/pull/29051

          apachespark Apache Spark added a comment - User 'beliefer' has created a pull request for this issue: https://github.com/apache/spark/pull/29051
          apachespark Apache Spark added a comment -

          User 'beliefer' has created a pull request for this issue:
          https://github.com/apache/spark/pull/29135

          apachespark Apache Spark added a comment - User 'beliefer' has created a pull request for this issue: https://github.com/apache/spark/pull/29135
          apachespark Apache Spark added a comment -

          User 'beliefer' has created a pull request for this issue:
          https://github.com/apache/spark/pull/29291

          apachespark Apache Spark added a comment - User 'beliefer' has created a pull request for this issue: https://github.com/apache/spark/pull/29291
          cloud_fan Wenchen Fan added a comment -

          Issue resolved by pull request 29291
          https://github.com/apache/spark/pull/29291

          cloud_fan Wenchen Fan added a comment - Issue resolved by pull request 29291 https://github.com/apache/spark/pull/29291

          People

            beliefer Jiaan Geng
            beliefer Jiaan Geng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: