Skip to content

Commit

Permalink
Revert upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 10, 2023
1 parent 781a580 commit b7dc328
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/changes/changes_2.7.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ This release adds log messages to allow debugging issues during import.
#### Compile Dependency Updates

* Updated `com.google.protobuf:protobuf-java:3.24.3` to `3.24.4`
* Updated `org.apache.spark:spark-sql_2.13:3.4.1` to `3.5.0`

#### Test Dependency Updates

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.compat.version}</artifactId>
<version>3.5.0</version>
<version>3.4.1</version> <!-- Upgrading will let unit tests fail -->
<exclusions>
<exclusion>
<groupId>org.spark-project.spark</groupId>
Expand Down

0 comments on commit b7dc328

Please sign in to comment.