You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by "Jia Yu (Jira)" <ji...@apache.org> on 2022/03/22 18:01:00 UTC

[jira] [Commented] (SEDONA-92) Build failed using Intellij IDEA

    [ https://issues.apache.org/jira/browse/SEDONA-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510804#comment-17510804 ] 

Jia Yu commented on SEDONA-92:
------------------------------

There is an issue in IntelliJ IDEA to parse the following part in the main POM.xml. But this chunk is required when publish in ASF. So when you debug the code, comment out this chunk in the main POM, but don't commit this change to GitHub.

<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>23</version>
<relativePath />
</parent>

> 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)