Skip to content

Commit b394e32

Browse files
committed
[MINOR] Fix corrupted merge conflicts
1 parent 0ab05a5 commit b394e32

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/test/scripts/functions/einsum/SystemDS-config-einsum.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* under the License.
1818
-->
1919

20-
<<<<<<<< HEAD:src/test/scripts/functions/einsum/SystemDS-config-einsum.xml
2120
<root>
2221
<sysds.localtmpdir>/tmp/systemds</sysds.localtmpdir>
2322
<sysds.scratch>scratch_space</sysds.scratch>
@@ -27,22 +26,3 @@
2726
<sysds.local.spark.number.threads>16</sysds.local.spark.number.threads>
2827
<sysds.native.blas>auto</sysds.native.blas>
2928
</root>
30-
========
31-
package org.apache.sysds.runtime.io.hdf5;
32-
33-
import java.io.Closeable;
34-
import java.io.IOException;
35-
import java.nio.ByteBuffer;
36-
37-
public interface H5ByteReader extends Closeable {
38-
39-
ByteBuffer read(long offset, int length) throws IOException;
40-
41-
default ByteBuffer read(long offset, int length, ByteBuffer reuse) throws IOException {
42-
return read(offset, length);
43-
}
44-
45-
@Override
46-
void close() throws IOException;
47-
}
48-
>>>>>>>> 6b1708bd1e (dd):src/main/java/org/apache/sysds/runtime/io/hdf5/H5ByteReader.java

0 commit comments

Comments
 (0)