Skip to content

Commit

Permalink
remove annotations from fixed window cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Oct 11, 2023
1 parent 1766c58 commit 124c565
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6207,7 +6207,6 @@ public void test_aggregates_aggOWnFn_15()
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("aggregates/aggOWnFn_17")
@Test
public void test_aggregates_aggOWnFn_17()
Expand Down Expand Up @@ -6726,7 +6725,6 @@ public void test_frameclause_defaultFrame_RBUPACR_bgint_4()
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("frameclause/defaultFrame/RBUPACR_bgint_6")
@Test
public void test_frameclause_defaultFrame_RBUPACR_bgint_6()
Expand Down Expand Up @@ -6782,7 +6780,6 @@ public void test_frameclause_defaultFrame_RBUPACR_dbl_3()
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("frameclause/defaultFrame/RBUPACR_dbl_6")
@Test
public void test_frameclause_defaultFrame_RBUPACR_dbl_6()
Expand Down Expand Up @@ -6838,7 +6835,6 @@ public void test_frameclause_defaultFrame_RBUPACR_int10()
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("frameclause/defaultFrame/RBUPACR_int13")
@Test
public void test_frameclause_defaultFrame_RBUPACR_int13()
Expand Down Expand Up @@ -7118,7 +7114,6 @@ public void test_frameclause_RBUPACR_RBUPACR_bgint_4()
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("frameclause/RBUPACR/RBUPACR_bgint_6")
@Test
public void test_frameclause_RBUPACR_RBUPACR_bgint_6()
Expand Down Expand Up @@ -7174,7 +7169,6 @@ public void test_frameclause_RBUPACR_RBUPACR_dbl_3()
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("frameclause/RBUPACR/RBUPACR_dbl_6")
@Test
public void test_frameclause_RBUPACR_RBUPACR_dbl_6()
Expand All @@ -7198,7 +7192,6 @@ public void test_frameclause_RBUPACR_RBUPACR_int10()
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("frameclause/RBUPACR/RBUPACR_int13")
@Test
public void test_frameclause_RBUPACR_RBUPACR_int13()
Expand Down Expand Up @@ -7238,7 +7231,6 @@ public void test_frameclause_RBUPAUF_RBUPAUF_bgint_4()
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("frameclause/RBUPAUF/RBUPAUF_bgint_6")
@Test
public void test_frameclause_RBUPAUF_RBUPAUF_bgint_6()
Expand All @@ -7254,15 +7246,13 @@ public void test_frameclause_RBUPAUF_RBUPAUF_char_3()
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("frameclause/RBUPAUF/RBUPAUF_dbl_6")
@Test
public void test_frameclause_RBUPAUF_RBUPAUF_dbl_6()
{
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("frameclause/RBUPAUF/RBUPAUF_dbl_7")
@Test
public void test_frameclause_RBUPAUF_RBUPAUF_dbl_7()
Expand Down Expand Up @@ -7302,7 +7292,6 @@ public void test_frameclause_RBUPAUF_RBUPAUF_dt_5()
windowQueryTest();
}

@NotYetSupported(Modes.RESULT_MISMATCH)
@DrillTest("frameclause/RBUPAUF/RBUPAUF_int_13")
@Test
public void test_frameclause_RBUPAUF_RBUPAUF_int_13()
Expand Down

0 comments on commit 124c565

Please sign in to comment.