Skip to content

Commit

Permalink
Compatible with Spark4 (upgrade antlr4 to version 4.13.1 only for sp…
Browse files Browse the repository at this point in the history
…ark4 Compatible with jdk17 )
  • Loading branch information
awol2005ex committed Sep 20, 2024
1 parent 03ed110 commit ec2d8eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions paimon-spark/paimon-spark-4.0-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ under the License.
<spark.version>4.0.0-preview1</spark.version>
<scala.version>2.13.14</scala.version>
<scala.binary.version>2.13</scala.binary.version>
<antlr4.version>4.13.1</antlr4.version>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions paimon-spark/paimon-spark-4.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ under the License.
<spark.version>4.0.0-preview1</spark.version>
<scala.version>2.13.14</scala.version>
<scala.binary.version>2.13</scala.binary.version>
<antlr4.version>4.13.1</antlr4.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ under the License.
<paimon.shade.guava.version>30.1.1-jre</paimon.shade.guava.version>
<paimon.shade.caffeine.version>2.9.3</paimon.shade.caffeine.version>
<paimon.shade.netty.version>4.1.100.Final</paimon.shade.netty.version>
<antlr4.version>4.13.1</antlr4.version>
<antlr4.version>4.9.3</antlr4.version>
<hadoop.version>2.8.5</hadoop.version>
<scala.version>2.12.15</scala.version>
<scala.binary.version>2.12</scala.binary.version>
Expand Down

0 comments on commit ec2d8eb

Please sign in to comment.