mirror of https://github.com/apache/druid.git
Fixing old function used (#15099)
This commit is contained in:
parent
06c5527c85
commit
1a06ef5a24
|
@ -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")
|
||||
|
@ -50,7 +50,7 @@ public class CalciteSysQueryTest extends BaseCalciteQueryTest
|
|||
@Test
|
||||
public void testTasksSumOver()
|
||||
{
|
||||
notMsqCompatible();
|
||||
msqIncompatible();
|
||||
|
||||
testBuilder()
|
||||
.sql("select datasource, sum(duration) over () from sys.tasks group by datasource")
|
||||
|
|
Loading…
Reference in New Issue