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 b1f7e6e commit 613f397Copy full SHA for 613f397
src/main/java/org/apache/sysds/runtime/transform/encode/CompressedEncode.java
@@ -622,6 +622,7 @@ private void combineUncompressed(CompressedMatrixBlock mb) {
622
}
623
624
private AColGroup combine(List<ColGroupUncompressedArray> ucg) {
625
+ LOG.error(ucg);
626
IColIndex combinedCols = ColIndexFactory.combine(ucg);
627
628
ucg.sort((a,b) -> Integer.compare(a.id,b.id));
0 commit comments