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

Andres de la Peña commented on CASSANDRA-18058:
-----------------------------------------------

Thanks for addressing the import issues. After that, there is another failure 
on {{{}eclipse-warnings{}}}:
{code:java}
eclipse-warnings:
    [mkdir] Created dir: /Users/adelapena/src/cassandra/trunk/build/ecj
     [echo] Running Eclipse Code Analysis.  Output logged to 
/Users/adelapena/src/cassandra/trunk/build/ecj/eclipse_compiler_checks.txt
     [java] ----------
     [java] 1. ERROR in 
/Users/adelapena/src/cassandra/trunk/src/java/org/apache/cassandra/index/sai/plan/StorageAttachedIndexSearcher.java
 (at line 195)
     [java]     return iterator != null
     [java]                    ? iteratePartition(iterator)
     [java]                    : endOfData();
     [java]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java] Potential resource leak: 'iterator' may not be closed at this 
location
     [java] ----------
     [java] 1 problem (1 error)
{code}
Did you manage to build without problems or run CI? CI build job uses these Ant 
targets:
{code:java}
ant clean realclean jar eclipse-warnings{code}

> In-memory index and query path
> ------------------------------
>
>                 Key: CASSANDRA-18058
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18058
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Feature/SAI
>            Reporter: Mike Adamson
>            Assignee: Mike Adamson
>            Priority: Normal
>             Fix For: 5.x
>
>
> An in-memory index using the in-memory trie structure introduced with 
> CASSANDRA-17240 along with a query path implementation to perform index 
> queries from the in-memory index.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to