Removing unnecessary exceptions

This commit is contained in:
Soumyava Das 2023-06-13 07:29:36 +05:30
parent 6c139de4f2
commit 556b3def6f
1 changed files with 2 additions and 2 deletions

View File

@ -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 "