We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e167f commit 9fac1afCopy full SHA for 9fac1af
src/main/java/org/apache/sysds/runtime/transform/encode/ColumnEncoderBin.java
@@ -30,7 +30,6 @@
30
import java.util.Random;
31
import java.util.concurrent.Callable;
32
33
-import org.apache.commons.lang3.NotImplementedException;
34
import org.apache.commons.lang3.tuple.MutableTriple;
35
import org.apache.sysds.api.DMLScript;
36
import org.apache.sysds.lops.Lop;
@@ -142,7 +141,7 @@ else if(_binMethod == BinMethod.EQUI_HEIGHT_APPROX){
142
141
checkedForNull = true;
143
}
144
else {
145
- throw new NotImplementedException();
+ checkedForNull = true;
146
147
148
if(DMLScript.STATISTICS)
0 commit comments