-
Notifications
You must be signed in to change notification settings - Fork 224
Remove duplicated files #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove duplicated files #626
Conversation
cc @HyukjinKwon and @viirya |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm,
https://spark.apache.org/docs/3.5.6/api/R/reference/isNaN.html is listed as column function (https://spark.apache.org/docs/3.5.6/api/R/reference/columnfunctions.html). But
https://spark.apache.org/docs/3.5.6/api/R/reference/isnan.html is listed as column non-aggregate function (https://spark.apache.org/docs/3.5.6/api/R/reference/column_nonaggregate_functions.html).
If removing https://spark.apache.org/docs/3.5.6/api/R/reference/isnan.html, does the auto-forwarding work still?
HTTP protocol is case-insensitive. It will work, @viirya . In addition, all the other versions (including 3.5.5 and 4.0.1) have no duplications. |
Ah. I got what you meant. You mean it's not a duplication. Did I understand correctly? spark-website/site/docs/3.5.6/api/R/reference/isNaN.html Lines 1 to 7 in c3f07a0
spark-website/site/docs/3.5.6/api/R/reference/isnan.html Lines 1 to 7 in c3f07a0
|
I guess spark-website/site/docs/3.5.6/api/R/reference/isnan.html Lines 1 to 7 in c3f07a0
spark-website/site/docs/3.5.6/api/R/reference/is.nan.html Lines 1 to 7 in c3f07a0
|
Probably, it might be added mistakenly via some manual Bash script operations. |
Anyway, let's wait for @HyukjinKwon for the confirmation for the correct fix because this happens at 3.5.6 suddenly. Thank you, @viirya . |
Yea, I think it is, for example GroupedData/groupedData html. But seems for is nan, they are linked to different pages, so if you open the two isNaN and isnan html in the browser, they will forward-link to different location. So I wonder if we remove isnan.html, we will break the current link. Although isNaN.html will work and forward link, but it will link to different location. I'm not sure if this is correct so maybe wait for @HyukjinKwon. |
For
I was confused because the HTTP PATH component part is case-sensitive as you pointed out.
Let me close this PR. |
BTW, how to you handle this on your MacOS? For me, the current
|
Hmm, I forgot that if I encountered this before as I didn't checkout |
Currently, there are two duplicated files which causes misleading errors on MacOS.