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 c17fcb2 commit 0b11ef7Copy full SHA for 0b11ef7
src/test/java/org/apache/sysds/test/functions/codegen/RowAggTmplTest.java
@@ -512,6 +512,8 @@ public void testCodegenRowAgg27SP() {
512
testCodegenIntegration( TEST_NAME27, false, ExecType.SPARK );
513
}
514
515
+ //TODO support row cumsum in codegen framework
516
+ @Ignore
517
@Test
518
public void testCodegenRowAggRewrite28CP() {
519
testCodegenIntegration( TEST_NAME28, true, ExecType.CP );
0 commit comments