[
https://issues.apache.org/jira/browse/SPARK-41845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-41845:
------------------------------------
Assignee: Apache Spark
> 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
> Assignee: Apache Spark
> 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: [email protected]
For additional commands, e-mail: [email protected]