[
https://issues.apache.org/jira/browse/SPARK-58661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uroš Bojanić reassigned SPARK-58661:
------------------------------------
Assignee: Uroš Bojanić
> Document return values and fix stale column references in
> DataFrameStatFunctions
> --------------------------------------------------------------------------------
>
> Key: SPARK-58661
> URL: https://issues.apache.org/jira/browse/SPARK-58661
> Project: Spark
> Issue Type: Documentation
> Components: SQL
> Affects Versions: 4.3.0
> Reporter: Uroš Bojanić
> Assignee: Uroš Bojanić
> Priority: Major
> Labels: pull-request-available
>
> Two scaladoc defects in DataFrameStatFunctions:
> 1. The four bloomFilter overloads have no @return tag, while their
> countMinSketch counterparts all document theirs.
> 2. The two countMinSketch(col: Column, ...) overloads document their return
> as a CountMinSketch over column colName, but those overloads declare col. The
> wording was copied from the colName overloads during the unified Scala
> interface refactor.
> This adds the missing @return tags, each naming the parameter its own
> overload actually declares, and corrects the two stale colName references to
> col. Scaladoc only: no signature changes and no binary compatibility impact.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]