[
https://issues.apache.org/jira/browse/CASSANDRA-7302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14008765#comment-14008765
]
Jonathan Ellis edited comment on CASSANDRA-7302 at 5/26/14 11:22 AM:
---------------------------------------------------------------------
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}
was (Author: jbellis):
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)