remove unnecessary throw

This commit is contained in:
Zoltan Haindrich 2023-10-05 09:24:27 +00:00
parent 1acd53b95d
commit a708ef2c31
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}