[
https://issues.apache.org/jira/browse/SEDONA-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17523892#comment-17523892
]
Netanel Malka commented on SEDONA-92:
-------------------------------------
I tried it, but I still have those issues.
The workaround for me is to exclude:
incubator-sedona/sql/src/test/scala/org/apache/sedona/sql/functions/collect
incubator-sedona/sql/src/test/scala/org/apache/sedona/sql/functions/geohash
But now I am facing new issues from Intellij (and a lot more errors like this
from Flink test packages):
{code:java}
java: package org.apache.sedona.flink.expressions does not exist {code}
And running from Maven:
{code:java}
Could not find artifact
org.apache.sedona:sedona-core-3.0_2.12:pom:1.2.1-incubating-SNAPSHOT in
snapshots-repo {code}
I would appreciate any thoughts you have on that.
> Build failed using Intellij IDEA
> ---------------------------------
>
> Key: SEDONA-92
> URL: https://issues.apache.org/jira/browse/SEDONA-92
> Project: Apache Sedona
> Issue Type: Task
> Reporter: Netanel Malka
> Priority: Normal
>
> Build using Intellij failed with the error message:
> {code:java}
> /home/netanel/IdeaProjects/incubator-sedona/sql/src/test/scala/org/apache/sedona/sql/functions/collect/TestStCollect.scala:22:8
> object GeometrySample is not a member of package org.apache.sedona.sql
> import org.apache.sedona.sql.{GeometrySample, TestBaseScala}{code}
> This makes it harder to run tests using the Intellij and enforce me to use
> maven which is not suitable for debugging and running tests.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)