mirror of https://github.com/apache/druid.git
remove unnecessary throw
This commit is contained in:
parent
1acd53b95d
commit
a708ef2c31
|
@ -88,9 +88,8 @@ public class CalciteWindowQueryTest extends BaseCalciteQueryTest
|
|||
|
||||
private final String filename;
|
||||
|
||||
public CalciteWindowQueryTest(String filename) throws Exception
|
||||
public CalciteWindowQueryTest(String filename)
|
||||
{
|
||||
|
||||
this.filename = filename;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue