Hi Dongjoon, The file name case sensitivity issue is not related to this. There is no markdown files in the 3.5.7 docs: https://dist.apache.org/repos/dist/release/spark/docs/3.5.7/api/R/reference , so it seems to be a mistake for 3.5.8. I think the apache dist is in sync with spark-website git repo, so we can also notice the issue in https://github.com/apache/spark-website/tree/asf-site/site/docs/3.5.8/api/R/reference .
On Tue, Jan 20, 2026 at 8:48 PM Dongjoon Hyun <[email protected]> wrote: > Hi, Wenchen. > > Thank you for reporting. > > Just to be clear, if we clone the Spark Website repository cleanly on > MacOS Today, we can see the following. Do you mean the same URL links? > > $ git clone [email protected]:apache/spark-website.git > > $ git status > On branch asf-site > Your branch is up to date with 'origin/asf-site'. > > Changes not staged for commit: > (use "git add <file>..." to update what will be committed) > (use "git restore <file>..." to discard changes in working directory) > modified: site/docs/3.5.6/api/R/reference/GroupedData.html > modified: site/docs/3.5.6/api/R/reference/isNaN.html > modified: site/docs/3.5.7/api/R/reference/GroupedData.html > modified: site/docs/3.5.7/api/R/reference/isNaN.html > modified: > site/docs/4.1.0-preview3/api/R/reference/GroupedData.html > modified: site/docs/4.1.0-preview3/api/R/reference/isNaN.html > > Dongjoon. > > On 2026/01/19 07:54:58 Wenchen Fan wrote: > > Hi Dongjoon, > > > > Thanks for driving this release! There seems to be an issue in the Spark > R > > API docs: > > > https://dist.apache.org/repos/dist/release/spark/docs/3.5.8/api/R/reference/ > > . It should only have html files but there are markdown file as well. Is > > there a bug in the new Github Action based release pipeline, or it was a > > mistake during manual processing? > > > > On Fri, Jan 16, 2026 at 10:45 AM Dongjoon Hyun <[email protected]> > > wrote: > > > > > We are happy to announce the availability of Apache Spark 3.5.8! > > > > > > Spark 3.5.8 is the eighth maintenance release based on the branch-3.5 > > > branch of Spark. It contains many fixes including security and > correctness > > > domains. We strongly recommend all 3.5 users to upgrade to this or > higher > > > stable release. > > > > > > To download Spark 3.5.8, head over to the download page: > > > https://spark.apache.org/downloads.html > > > > > > To view the release notes: > > > https://spark.apache.org/releases/spark-release-3-5-8.html > > > > > > We would like to acknowledge all community members for contributing to > > > this release. This release would not have been possible without you. > > > > > > Best regards, > > > Dongjoon Hyun > > > > > > > --------------------------------------------------------------------- > To unsubscribe e-mail: [email protected] > >
