Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
cloud-fan commented on PR #46512: URL: https://github.com/apache/spark/pull/46512#issuecomment-2103907125 I see, I'll install python 3.9 on the release docker image. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
dongjoon-hyun commented on PR #46512: URL: https://github.com/apache/spark/pull/46512#issuecomment-2103835797 Ya, as @nchammas mentioned, it seems that we missed to bump Python to 3.9 in `spark-rm` in the following PR. - #46228 -- This is an automated message from the Apache Git Servic

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
nchammas commented on PR #46512: URL: https://github.com/apache/spark/pull/46512#issuecomment-2103835083 Yes, and we dropped support for Python 3.8 in #46228. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
dongjoon-hyun commented on PR #46512: URL: https://github.com/apache/spark/pull/46512#issuecomment-2103834606 It seems that `files` attribute is added at Python 3.9, but the running python version is `Python 3.8`, @cloud-fan . - https://importlib-resources.readthedocs.io/en/latest/us

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
cloud-fan commented on PR #46512: URL: https://github.com/apache/spark/pull/46512#issuecomment-2103814645 cc @HyukjinKwon -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
cloud-fan commented on PR #46512: URL: https://github.com/apache/spark/pull/46512#issuecomment-2103814454 the Bundler issue is resolved, but I hit a new issue for generating pyspark docs ``` Configuration error: There is a programmable error in your configuration file: Traceb

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
cloud-fan closed pull request #46512: [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file URL: https://github.com/apache/spark/pull/46512 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
cloud-fan commented on PR #46512: URL: https://github.com/apache/spark/pull/46512#issuecomment-2103711389 thanks, merging to master! (it's easier for me to test after merging it) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
nchammas commented on code in PR #46512: URL: https://github.com/apache/spark/pull/46512#discussion_r1595827401 ## docs/Gemfile.lock: ## @@ -42,22 +42,22 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) -listen (3.8.0) +listen (3.9.0)

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
nchammas commented on code in PR #46512: URL: https://github.com/apache/spark/pull/46512#discussion_r1595825784 ## dev/create-release/spark-rm/Dockerfile: ## @@ -38,7 +38,7 @@ ENV DEBCONF_NONINTERACTIVE_SEEN true ARG APT_INSTALL="apt-get install --no-install-recommends -y" A

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
cloud-fan commented on code in PR #46512: URL: https://github.com/apache/spark/pull/46512#discussion_r1595805526 ## docs/Gemfile.lock: ## @@ -42,22 +42,22 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) -listen (3.8.0) +listen (3.9.0)

Re: [PR] [SPARK-48222][INFRA][DOCS] Sync Ruby Bundler to 2.4.22 and refresh Gem lock file [spark]

2024-05-09 Thread via GitHub
cloud-fan commented on code in PR #46512: URL: https://github.com/apache/spark/pull/46512#discussion_r1595805053 ## dev/create-release/spark-rm/Dockerfile: ## @@ -38,7 +38,7 @@ ENV DEBCONF_NONINTERACTIVE_SEEN true ARG APT_INSTALL="apt-get install --no-install-recommends -y"