Github user felixcheung commented on the pull request:
https://github.com/apache/spark/pull/13109#issuecomment-219300755
right - that's why my comment on SPARK-15237 is that we should have a
different rd for each of "statsfunctions" instead of having all of them on one
rd. To clarify, currently, we have
1. column function `corr` in its rd file
2. DataFrame function `corr`, `crosstab`, `cov`, `freqItems` in one rd file
What I think we should have instead is
1. DataFrame function `corr` in one rd file
2. DataFrame function `crosstab` in one rd file etc..
3. column function `corr` should group with other column functions (or
least column stats functions) in one rd file with appropriate "multiple
functions in one rd" formatting as you have suggested
I think it is rather confusing to put both DataFrame `corr` on the same
pages as column function `corr`?
Thoughts?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]