1
0
mirror of https://github.com/apache/druid.git synced 2025-02-15 14:34:57 +00:00

Removing unnecessary exceptions

This commit is contained in:
Soumyava Das 2023-06-13 07:29:36 +05:30
parent 6c139de4f2
commit 556b3def6f

@ -1321,7 +1321,7 @@ public class CalciteQueryTest extends BaseCalciteQueryTest
}
@Test
public void testOffHeapEarliestGroupBy() throws Exception
public void testOffHeapEarliestGroupBy()
{
testQuery(
"SELECT dim2, EARLIEST(m1) AS val1 FROM foo GROUP BY dim2",
@ -14696,7 +14696,7 @@ public class CalciteQueryTest extends BaseCalciteQueryTest
}
@Test
public void testEarliestVectorAggregators() throws Exception
public void testEarliestVectorAggregators()
{
testQuery(
"SELECT "