Skip to content

Conversation

@zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

remove the outdated comments

Why are the changes needed?

the limitations are not true after reimplementation

Does this PR introduce any user-facing change?

yes

How was this patch tested?

doc - only

@github-actions github-actions bot added the SQL label Nov 9, 2022
@zhengruifeng
Copy link
Contributor Author

cc @HyukjinKwon

"""
Computes a pair-wise frequency table of the given columns. Also known as a contingency
table. The number of distinct values for each column should be less than 1e4. At most 1e6
non-zero pair frequencies will be returned.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can just remove this and don't add .. versionchanged:: 3.4.0. It's sort of improvement, and trivial to mention.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
@zhengruifeng
Copy link
Contributor Author

merged into master

@zhengruifeng zhengruifeng deleted the doc_crosstab branch November 11, 2022 05:58
SandishKumarHN pushed a commit to SandishKumarHN/spark that referenced this pull request Dec 12, 2022
…tab `

### What changes were proposed in this pull request?
remove the outdated comments

### Why are the changes needed?
the limitations are not true after [reimplementation](apache#38340)

### Does this PR introduce _any_ user-facing change?
yes

### How was this patch tested?
doc - only

Closes apache#38579 from zhengruifeng/doc_crosstab.

Lead-authored-by: Ruifeng Zheng <ruifengz@apache.org>
Co-authored-by: Ruifeng Zheng <ruifengz@foxmail.com>
Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants