Re: Sedona 1.0 Maven release is staged

2021-01-01 Thread Jia Yu
Hi Netanel, The reason why I use sbt is that, when I use Maven to run SparkSQL 3.0 + Sedona in IntelliJ, it always prompts an Exception like "NoClassFound: jackson-data-bind: noMappingException." This is because Spark 3.0 uses inconsistent com.fasterxml.jackson version (2.10.0 vs some Spark depend

[GitHub] [incubator-sedona] jiayuasu merged pull request #504: Add the CI test for example projects

2021-01-01 Thread GitBox
jiayuasu merged pull request #504: URL: https://github.com/apache/incubator-sedona/pull/504 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 t

[GitHub] [incubator-sedona] jiayuasu opened a new pull request #504: Add the CI test for example projects

2021-01-01 Thread GitBox
jiayuasu opened a new pull request #504: URL: https://github.com/apache/incubator-sedona/pull/504 ## Is this PR related to a proposed Issue? ## What changes were proposed in this PR? Add the CI test for three example projects of Scala and Java ## How was this patch teste

Re: Sedona 1.0 Maven release is staged

2021-01-01 Thread Netanel Malka
Hi Jia, I tried to build the Demo project and I have a dependency issue. I tried using sbt assembly and from IntelliJ. For example, build error for Sedona SQL (None of them succeeded in build): https://pastebin.pl/view/15882089 It looks like a bug in SBT regards to SNAPSHOT jars that don't handle