File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
52
52
exclude group : " com.fasterxml.jackson.dataformat"
53
53
}
54
54
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"
57
57
58
58
// Need this so that an OkHttpClientConfigurator can be created.
59
59
shadowDependencies ' com.squareup.okhttp3:okhttp:4.12.0'
Original file line number Diff line number Diff line change 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
4
5
5
6
# Only used for the test app and for running tests.
6
7
mlHost =localhost
You can’t perform that action at this time.
0 commit comments