You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2017/03/06 18:50:32 UTC

[jira] [Created] (IGNITE-4792) Ignite-geospatial compilation is broken

Denis Magda created IGNITE-4792:
-----------------------------------

             Summary: Ignite-geospatial compilation is broken
                 Key: IGNITE-4792
                 URL: https://issues.apache.org/jira/browse/IGNITE-4792
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Magda


ignite-geospatial module is no longer compilable in both 1.9 and master branches. The compilation is broken for {{GridH2SpatialIndex}} class.

{code}
/Users/dmagda/ignite/incubator-ignite/modules/geospatial/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GridH2SpatialIndex.java
Error:(125, 9) java: cannot find symbol
  symbol:   variable ctx
  location: class org.apache.ignite.internal.processors.query.h2.opt.GridH2SpatialIndex
Error:(137, 5) java: method does not override or implement a method from a supertype
Error:(161, 29) java: cannot find symbol
  symbol:   method segmentForRow(org.apache.ignite.internal.processors.query.h2.opt.GridH2Row)
  location: class org.apache.ignite.internal.processors.query.h2.opt.GridH2SpatialIndex
Error:(225, 29) java: cannot find symbol
  symbol:   method segmentForRow(org.h2.result.SearchRow)
  location: class org.apache.ignite.internal.processors.query.h2.opt.GridH2SpatialIndex
Error:(285, 29) java: cannot find symbol
  symbol:   method threadLocalSegment()
  location: class org.apache.ignite.internal.processors.query.h2.opt.GridH2SpatialIndex
Error:(336, 29) java: cannot find symbol
  symbol:   method threadLocalSegment()
  location: class org.apache.ignite.internal.processors.query.h2.opt.GridH2SpatialIndex
Error:(369, 29) java: cannot find symbol
  symbol:   method threadLocalSegment()
  location: class org.apache.ignite.internal.processors.query.h2.opt.GridH2SpatialIndex
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)