[
https://issues.apache.org/jira/browse/IGNITE-22972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Shishkov updated IGNITE-22972:
-----------------------------------
Description:
Ignite-Extentions build failure in geospatial module
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)
on project ignite-geospatial-ext: Compilation failure: Compilation failure:
[ERROR]
/C:/Users/22160647/open/ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialIndexImpl.java:[56,8]
org.apache.ignite.internal.processors.query.h2.opt.
GeoSpatialIndexImpl is not abstract and does not override abstract method
indexDefinition() in org.apache.ignite.internal.cache.query.index.Index
[ERROR]
/C:/Users/22160647/open/ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialClientIndex.java:[30,8]
org.apache.ignite.internal.processors.query.h2.ot.GeoSpatialClientIndex is not
abstract and does not override abstract method indexDefinition() in
org.apache.ignite.internal.cache.query.index.Index
{code}
https://issues.apache.org/jira/browse/IGNITE-22798 adds a new method
{code:java}
public IndexDefinition indexDefinition();
{code}
in org.apache.ignite.internal.cache.query.index.Index, that must be overrided
in
ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialIndexImpl.java
and
ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialClientIndex.java
was:
Ignite-Extentions build failure in geospatial module
{code:java}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)
on project ignite-geospatial-ext: Compilation failure: Compilation failure:
[ERROR]
/C:/Users/22160647/open/ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialIndexImpl.java:[56,8]
org.apache.ignite.internal.processors.query.h2.opt.
GeoSpatialIndexImpl is not abstract and does not override abstract method
indexDefinition() in org.apache.ignite.internal.cache.query.index.Index
[ERROR]
/C:/Users/22160647/open/ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialClientIndex.java:[30,8]
org.apache.ignite.internal.processors.query.h2.ot.GeoSpatialClientIndex is not
abstract and does not override abstract method indexDefinition() in
org.apache.ignite.internal.cache.query.index.Index
{code}
https://issues.apache.org/jira/browse/IGNITE-22798?jql=project%20%3D%20IGNITE
adds a new method
{code:java}
public IndexDefinition indexDefinition();
{code}
in org.apache.ignite.internal.cache.query.index.Index, that must be overrided
in
ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialIndexImpl.java
and
ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialClientIndex.java
> [Extensions] Override abstract method indexDefinition() in
> GeoSpatialIndexImpl.java and GeoSpatialClientIndex.java
> ------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-22972
> URL: https://issues.apache.org/jira/browse/IGNITE-22972
> Project: Ignite
> Issue Type: Bug
> Reporter: Denis Polozhaev
> Assignee: Denis Polozhaev
> Priority: Major
> Labels: ise
>
> Ignite-Extentions build failure in geospatial module
> {code:java}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
> (default-compile) on project ignite-geospatial-ext: Compilation failure:
> Compilation failure:
> [ERROR]
> /C:/Users/22160647/open/ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialIndexImpl.java:[56,8]
> org.apache.ignite.internal.processors.query.h2.opt.
> GeoSpatialIndexImpl is not abstract and does not override abstract method
> indexDefinition() in org.apache.ignite.internal.cache.query.index.Index
> [ERROR]
> /C:/Users/22160647/open/ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialClientIndex.java:[30,8]
> org.apache.ignite.internal.processors.query.h2.ot.GeoSpatialClientIndex is
> not abstract and does not override abstract method indexDefinition() in
> org.apache.ignite.internal.cache.query.index.Index
> {code}
> https://issues.apache.org/jira/browse/IGNITE-22798 adds a new method
> {code:java}
> public IndexDefinition indexDefinition();
> {code}
> in org.apache.ignite.internal.cache.query.index.Index, that must be overrided
> in
> ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialIndexImpl.java
> and
> ignite-extensions/modules/geospatial-ext/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GeoSpatialClientIndex.java
--
This message was sent by Atlassian Jira
(v8.20.10#820010)