mirror of https://github.com/apache/druid.git
Removing unnecessary exceptions
This commit is contained in:
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 "
|
||||
|
|
Loading…
Reference in New Issue