[ 
https://issues.apache.org/jira/browse/SPARK-41845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17677636#comment-17677636
 ] 

Apache Spark commented on SPARK-41845:
--------------------------------------

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

> Fix `count(expr("*"))` function
> -------------------------------
>
>                 Key: SPARK-41845
>                 URL: https://issues.apache.org/jira/browse/SPARK-41845
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Connect, PySpark
>    Affects Versions: 3.4.0
>            Reporter: Sandeep Singh
>            Priority: Major
>
> {code:java}
> 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> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to