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:
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…
x
Reference in New Issue
Block a user