Skip to content

Commit 4b8a8ee

Browse files
committed
remove overwrite in compressed
1 parent 207320a commit 4b8a8ee

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/main/java/org/apache/sysds/runtime/frame/data/columns/ACompressedArray.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@
1919

2020
package org.apache.sysds.runtime.frame.data.columns;
2121

22-
import java.util.Map;
23-
24-
import org.apache.commons.lang3.NotImplementedException;
2522
import org.apache.sysds.common.Types.ValueType;
2623
import org.apache.sysds.runtime.compress.DMLCompressionException;
27-
import org.apache.sysds.runtime.compress.colgroup.mapping.AMapToData;
2824
import org.apache.sysds.runtime.frame.data.compress.ArrayCompressionStatistics;
2925

3026
/**
@@ -153,14 +149,4 @@ protected Array<Object> changeTypeHash64(Array<Object> retA, int l, int u) {
153149
protected Array<Object> changeTypeHash32(Array<Object> ret, int l, int u) {
154150
throw new DMLCompressionException("Invalid to change sub compressed array");
155151
}
156-
157-
// @Override
158-
// public void setM(Map<T, Integer> map, AMapToData m, int i) {
159-
// throw new NotImplementedException();
160-
// }
161-
162-
// @Override
163-
// public void setM(Map<T, Integer> map, int si, AMapToData m, int i) {
164-
// throw new NotImplementedException();
165-
// }
166152
}

0 commit comments

Comments
 (0)