You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2024/02/09 11:31:54 UTC

(spark) branch master updated: [MINOR][DOCS] Remove outdated `antlr4` version comment in `pom.xml`

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new f80a83e98668 [MINOR][DOCS] Remove outdated `antlr4` version comment in `pom.xml`
f80a83e98668 is described below

commit f80a83e986682e1ac0dcada4f538f4e050728bbe
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Fri Feb 9 03:31:43 2024 -0800

    [MINOR][DOCS] Remove outdated `antlr4` version comment in `pom.xml`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove an outdated `antlr4` comment in `pom.xml`.
    
    ### Why are the changes needed?
    
    This was missed when SPARK-44366 upgraded `antlr4` from 4.9.3 to 4.13.1.
    
    - https://github.com/apache/spark/pull/43075
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #45076 from dongjoon-hyun/SPARK_ANTLR.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 35452ba0d734..f0eb164d0c45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,6 @@
     <jodd.version>3.5.2</jodd.version>
     <jsr305.version>3.0.0</jsr305.version>
     <libthrift.version>0.12.0</libthrift.version>
-    <!-- Please don't upgrade the version to 4.10+, it depends on JDK 11 -->
     <antlr4.version>4.13.1</antlr4.version>
     <jpam.version>1.1</jpam.version>
     <selenium.version>4.12.1</selenium.version>


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