Skip to content

Commit ad5c94a

Browse files
committed
debug
1 parent 2880ead commit ad5c94a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/sysds/runtime/transform/decode/DecoderRecode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ protected DecoderRecode(ValueType[] schema, boolean onOut, int[] rcCols) {
5959
}
6060

6161
public Object getRcMapValue(int i, long key) {
62+
LOG.error(_rcMapsDirect);
6263
return (_rcMapsDirect != null) ?
6364
_rcMapsDirect[i][(int)key-1] : _rcMaps[i].get(key);
6465
}

0 commit comments

Comments
 (0)