Skip to content

Commit 9241629

Browse files
committed
[SYSTEMDS-3779] Local merge
2 parents 3256e81 + 7152f67 commit 9241629

9 files changed

Lines changed: 1447 additions & 1154 deletions

File tree

src/main/java/org/apache/sysds/runtime/compress/colgroup/AColGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static enum CompressionType {
6868
UNCOMPRESSED, RLE, OLE, DDC, CONST, EMPTY, SDC, SDCFOR, DDCFOR, DeltaDDC, DDCLZW, LinearFunctional;
6969

7070
public boolean isDense() {
71-
return this == DDC || this == CONST || this == DDCFOR || this == DDCFOR;
71+
return this == DDC || this == CONST || this == DDCFOR || this == DDCFOR || this == DDCLZW;
7272
}
7373

7474
public boolean isConst() {

0 commit comments

Comments
 (0)