Details

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

    Description

      SQL like:

      SELECT COUNT(DISTINCT 1) FILTER (WHERE true) FROM testData;
      

      Could converted to

      SELECT COUNT(DISTINCT 1) FROM testData;
      

      Attachments

        Activity

          apachespark Apache Spark added a comment -

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

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

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

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

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

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

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

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

          People

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

            Dates

              Created:
              Updated:
              Resolved: