Skip to content

Commit

Permalink
fixing the spark 3.4 connector dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrabinowitz committed Jul 14, 2023
1 parent 38b0ef2 commit d0d3e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-bigquery-dsv2/spark-3.4-bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spark-3.3-bigquery-lib</artifactId>
<artifactId>spark-3.4-bigquery-lib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit d0d3e4c

Please sign in to comment.