dongjoon-hyun commented on code in PR #46512:
URL: https://github.com/apache/spark/pull/46512#discussion_r1595766278


##########
.github/workflows/build_and_test.yml:
##########
@@ -871,6 +871,9 @@ jobs:
         python3.9 -m pip install sphinx_plotly_directive 'numpy>=1.20.0' 
pyarrow pandas 'plotly>=4.8'
         python3.9 -m pip install 'docutils<0.18.0' # See SPARK-39421
     - name: Install dependencies for documentation generation
+      # Keep the version of Bundler here in sync with the following locations:
+      #   - dev/create-release/spark-rm/Dockerfile
+      #   - docs/README.md

Review Comment:
   nit. Shall we move these comment before the line, `gem install bundler -v 
2.4.22`, because that is more closer and clear.



-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to