Skip to content

Commit ff17330

Browse files
committed
fix compile error
1 parent ede1f24 commit ff17330

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/java/org/apache/sysds/test/component/compress/colgroup/ColGroupNegativeTests.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,5 +777,11 @@ public AColGroup[] splitReshapePushDown(int multiplier, int nRow, int nColOrg, E
777777
// TODO Auto-generated method stub
778778
throw new UnsupportedOperationException("Unimplemented method 'splitReshapePushDown'");
779779
}
780+
781+
@Override
782+
public AColGroup sort() {
783+
// TODO Auto-generated method stub
784+
throw new UnsupportedOperationException("Unimplemented method 'sort'");
785+
}
780786
}
781787
}

0 commit comments

Comments
 (0)