Skip to content

Commit 124be37

Browse files
committed
CC5 cleanup merge conflict markers after porting CNDB-13457
1 parent 1f096c0 commit 124be37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/java/org/apache/cassandra/index/sai/memory/TrieMemoryIndex.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ private void applyTransformer(PrimaryKey primaryKey,
273273
}
274274

275275
@Override
276-
//<<<<<<< HEAD
277276
public KeyRangeIterator search(Expression expression, AbstractBounds<PartitionPosition> keyRange)
278277
{
279278
if (logger.isTraceEnabled())
@@ -294,10 +293,7 @@ public KeyRangeIterator search(Expression expression, AbstractBounds<PartitionPo
294293
}
295294

296295
@Override
297-
// public Iterator<Pair<ByteComparable, List<PkWithFrequency>>> iterator()
298-
//=======
299296
public Iterator<Pair<ByteComparable.Preencoded, List<PkWithFrequency>>> iterator()
300-
//>>>>>>> 362af8d863 (CNDB-13457: Fix problems with byte-comparable versions in SAI (#1655))
301297
{
302298
Iterator<Map.Entry<ByteComparable.Preencoded, PrimaryKeys>> iterator = data.entrySet().iterator();
303299
return new Iterator<>()

0 commit comments

Comments
 (0)