You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2014/05/26 13:24:01 UTC

[jira] [Resolved] (CASSANDRA-7302) building ColumnFamilyStoreTest failed

     [ https://issues.apache.org/jira/browse/CASSANDRA-7302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-7302.
---------------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: 2.0.6)

This is not a problem in 2.0 or 2.1.  I further note that ColumnSlice is included in the wildcard on the previous line.

{code
 import org.apache.cassandra.db.filter.*;
+import org.apache.cassandra.db.filter.ColumnSlice;
{code}



> building ColumnFamilyStoreTest failed
> -------------------------------------
>
>                 Key: CASSANDRA-7302
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7302
>             Project: Cassandra
>          Issue Type: Test
>          Components: Tests
>         Environment: java version "1.8.0_05"
> Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
> Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
> Apache Ant(TM) version 1.9.4 compiled on April 29 2014
> cassandra 2.0.6
>            Reporter: yangwei
>            Priority: Minor
>         Attachments: 0001-add-import-filter.ColumnSlice.patch
>
>
>     [javac] E:\IDEA\cassandra\test\unit\org\apache\cassandra\db\ColumnFamilyStoreTest.java:1810: 错误: 对ColumnSlice的引用不明确, org.apache.cassandra.thrift中的类org.apache.cassandra.thrift.ColumnSlice和org.apache.cassandra.db.filter中的类 org.apache.cassandra.db.filter.ColumnSlice都匹配
>     [javac]                 new ColumnSlice[] { new ColumnSlice(ByteBuffer.wrap(
> EMPTY_BYTE_ARRAY), bytes("colj")) };
>     [javac]                                         ^
>     [javac] 97 个错误



--
This message was sent by Atlassian JIRA
(v6.2#6252)