Skip to content

Commit

Permalink
Update the spark profile versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfengcdt committed Aug 8, 2024
1 parent 7afd08b commit ac08ca3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -674,17 +674,16 @@
</repositories>
</profile>
<profile>
<!-- This profile works for Spark 3.0, 3.1, 3.2 and 3.3 -->
<!-- This profile works for Spark 3.0 -->
<id>sedona-spark-3.0</id>
<activation>
<property>
<name>spark</name>
<value>3.0</value>
</property>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<spark.version>3.0.0</spark.version>
<spark.version>3.0.3</spark.version>
<spark.compat.version>3.0</spark.compat.version>
<log4j.version>2.17.2</log4j.version>
</properties>
Expand All @@ -697,10 +696,9 @@
<name>spark</name>
<value>3.1</value>
</property>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<spark.version>3.1.0</spark.version>
<spark.version>3.1.2</spark.version>
<spark.compat.version>3.1</spark.compat.version>
<log4j.version>2.17.2</log4j.version>
</properties>
Expand All @@ -711,9 +709,8 @@
<activation>
<property>
<name>spark</name>
<value>3.2</value>
<value>3.2.3</value>
</property>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<spark.version>3.2.0</spark.version>
Expand All @@ -722,7 +719,7 @@
</properties>
</profile>
<profile>
<!-- This profile works for Spark 3.2 -->
<!-- This profile works for Spark 3.3 -->
<id>sedona-spark-3.3</id>
<activation>
<property>
Expand Down

0 comments on commit ac08ca3

Please sign in to comment.