Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0
    • Connect, PySpark
    • None

    Description

      File "/Users/s.singh/personal/spark-oss/python/pyspark/sql/connect/functions.py", line 801, in pyspark.sql.connect.functions.count
      Failed example:
          df.select(count(expr("*")), count(df.alphabets)).show()
      Expected:
          +--------+----------------+
          |count(1)|count(alphabets)|
          +--------+----------------+
          |       4|               3|
          +--------+----------------+
      Got:
          +----------------+----------------+
          |count(alphabets)|count(alphabets)|
          +----------------+----------------+
          |               3|               3|
          +----------------+----------------+
          <BLANKLINE> 

      Attachments

        Activity

          People

            podongfeng Ruifeng Zheng
            techaddict Sandeep Singh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: