Skip to content

Commit

Permalink
fix spark 4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 11, 2024
1 parent becd80b commit 1379fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ under the License.
<!-- <additional.3_5.test.source>spark-3.5</additional.3_5.test.source>-->
<shims.majorVerSrc>spark-3.x</shims.majorVerSrc>
<shims.minorVerSrc>spark-3.5</shims.minorVerSrc>
<shims.extraVerSrc>not-needed</shims.extraVerSrc>
<shims.extraVerSrc>not-needed-yet</shims.extraVerSrc>
</properties>
</profile>

Expand All @@ -588,6 +588,7 @@ under the License.
<parquet.version>1.13.1</parquet.version>
<shims.majorVerSrc>spark-4.0</shims.majorVerSrc>
<shims.minorVerSrc>not-needed-yet</shims.minorVerSrc>
<shims.extraVerSrc>not-needed-yet</shims.extraVerSrc>
<!-- Use jdk17 by default -->
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down

0 comments on commit 1379fcc

Please sign in to comment.