This is an automated email from the ASF dual-hosted git repository.
soumyava pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 1a06ef5a242 Fixing old function used (#15099)
1a06ef5a242 is described below
commit 1a06ef5a24268e01f6f04bd2fcc1309fc7a96367
Author: Soumyava <[email protected]>
AuthorDate: Thu Oct 5 17:25:00 2023 -0700
Fixing old function used (#15099)
---
.../test/java/org/apache/druid/sql/calcite/CalciteSysQueryTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/sql/src/test/java/org/apache/druid/sql/calcite/CalciteSysQueryTest.java
b/sql/src/test/java/org/apache/druid/sql/calcite/CalciteSysQueryTest.java
index 5a66383194c..d67084ea27a 100644
--- a/sql/src/test/java/org/apache/druid/sql/calcite/CalciteSysQueryTest.java
+++ b/sql/src/test/java/org/apache/druid/sql/calcite/CalciteSysQueryTest.java
@@ -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")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]