nastra commented on PR #6168:
URL: https://github.com/apache/iceberg/pull/6168#issuecomment-1310173703
This currently fails with
```
Caused by:
com.fasterxml.jackson.databind.JsonMappingException: Scala module
2.14.0 requires Jackson Databind version >= 2.14.0 and < 2.15.0 - Found
jackson-databind version 2.13.4-2
at
app//com.fasterxml.jackson.module.scala.JacksonModule.setupModule(JacksonModule.scala:61)
at
app//com.fasterxml.jackson.module.scala.JacksonModule.setupModule$(JacksonModule.scala:46)
at
app//com.fasterxml.jackson.module.scala.DefaultScalaModule.setupModule(DefaultScalaModule.scala:17)
at
app//com.fasterxml.jackson.databind.ObjectMapper.registerModule(ObjectMapper.java:853)
at
app//org.apache.spark.sql.catalyst.util.RebaseDateTime$.loadRebaseRecords(RebaseDateTime.scala:277)
at
app//org.apache.spark.sql.catalyst.util.RebaseDateTime$.<init>(RebaseDateTime.scala:300)
at
app//org.apache.spark.sql.catalyst.util.RebaseDateTime$.<clinit>(RebaseDateTime.scala)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]