Skip to content

Commit

Permalink
Making this pass
Browse files Browse the repository at this point in the history
  • Loading branch information
somu-imply committed Oct 5, 2023
1 parent 589ed89 commit 31153f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class CalciteSysQueryTest extends BaseCalciteQueryTest
@Test
public void testTasksSum()
{
notMsqCompatible();
msqIncompatible();

testBuilder()
.sql("select datasource, sum(duration) from sys.tasks group by datasource")
Expand All @@ -50,7 +50,7 @@ public void testTasksSum()
@Test
public void testTasksSumOver()
{
notMsqCompatible();
msqIncompatible();

testBuilder()
.sql("select datasource, sum(duration) over () from sys.tasks group by datasource")
Expand Down

0 comments on commit 31153f7

Please sign in to comment.