Skip to content

Commit 76d2cc8

Browse files
authored
fix after merge (#42)
1 parent cfe29f2 commit 76d2cc8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

java/gandiva/src/main/java/org/apache/arrow/gandiva/evaluator/JavaSecondaryCacheInterface.java

-6
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public BufferResult(long address, long size) {
3636

3737
}
3838

39-
<<<<<<< HEAD
4039
/**
4140
* Get from the secondary cache using the key buffer.
4241
* @param keyBufAddr address of the key buffer
@@ -58,11 +57,6 @@ public BufferResult(long address, long size) {
5857
* release the buffer associated with the given address.
5958
*/
6059
void releaseBufferResult(long address);
61-
=======
62-
BufferResult getSecondaryCache(long addr, long size);
63-
64-
void setSecondaryCache(long addrExpr, long sizeExpr, long addr, long size);
65-
>>>>>>> 5ed2f61a9 (Add a Secondary Cache to cache gandiva object code)
6660

6761
}
6862

0 commit comments

Comments
 (0)