dongjoon-hyun commented on PR #458:
URL: https://github.com/apache/spark-website/pull/458#issuecomment-1522426236

   Hi, @Yikun , @HyukjinKwon , @yaooqinn , @zhengruifeng . 
   
   it seems that this PR introduced two user-facing breaking changes 
   - Downgrade Java from 17 to 11
   ```
   $ docker run -it --rm apache/spark:v3.4.0 java -version | tail -n1
   OpenJDK 64-Bit Server VM Temurin-17.0.6+10 (build 17.0.6+10, mixed mode, 
sharing)
   ```
   
   ```
   $ docker run -it --rm apache/spark:3.4.0 java -version | tail -n1
   OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (build 11.0.18+10, mixed mode, 
sharing)
   ```
   - Drop `v` prefix, `v3.4.0` -> `3.4.0`
   
   If these breaking changes are intentional, I'm wondering if we discuss the 
rationals in the `dev` mailing list. Otherwise, I'd like to recommend to revert 
those breaking changes to avoid any confusion.


-- 
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: commits-unsubscr...@spark.apache.org

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


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

Reply via email to