MaxGekk commented on issue #26392: [WIP][SPARK-29750][BUILD] Avoid dependency from joda-time URL: https://github.com/apache/spark/pull/26392#issuecomment-549689138 arrow vector requires joda time in 12.x: ``` [info] joda-time:joda-time:2.9.9 [info] +-org.apache.arrow:arrow-vector:0.12.0 ``` https://github.com/apache/arrow/blob/apache-arrow-0.12.0/java/vector/pom.xml#L34-L38 but arrow 0.15.1 does not require it anymore: https://github.com/apache/arrow/blob/apache-arrow-0.15.1/java/vector/pom.xml
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
