Skip to content

Commit d2601b4

Browse files
authored
Merge pull request #311 from marklogic/feature/spark-353
Bumping Spark compilation dependency to 3.5.3
2 parents 5095af1 + 625745a commit d2601b4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dependencies {
5252
exclude group: "com.fasterxml.jackson.dataformat"
5353
}
5454

55-
// Required for converting JSON to XML. Using 2.14.2 to align with Spark 3.4.3.
56-
shadowDependencies "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.2"
55+
// Required for converting JSON to XML. Using 2.15.2 to align with Spark 3.5.3.
56+
shadowDependencies "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2"
5757

5858
// Need this so that an OkHttpClientConfigurator can be created.
5959
shadowDependencies 'com.squareup.okhttp3:okhttp:4.12.0'

gradle.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Staying with 3.4.x for now, as some pushdown tests are failing when using 3.5.x.
2-
# 3.4.3 release notes - https://spark.apache.org/releases/spark-release-3-4-3.html .
3-
sparkVersion=3.4.3
1+
# 3.5.0 caused test failures with our pushdown support, but that is not an issue with 3.5.3 - perhaps a bug fix in
2+
# the Spark connector plumbing between 3.5.0 and 3.5.3. This also bumps Jackson to 2.15.2.
3+
# 3.5.3 release notes - https://spark.apache.org/releases/spark-release-3-5-3.html .
4+
sparkVersion=3.5.3
45

56
# Only used for the test app and for running tests.
67
mlHost=localhost

0 commit comments

Comments
 (0)