remove exception

This commit is contained in:
Zoltan Haindrich 2024-07-30 16:34:06 +00:00
parent ca121aa083
commit a03fb49f4f
1 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@ import org.apache.druid.sql.hook.DruidHookDispatcher;
import java.io.Closeable;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
@ -169,7 +168,7 @@ public class DruidQuidemCommandHandler implements CommandHandler
}
@Override
protected final void executeExplain(Context x) throws IOException, SQLException
protected final void executeExplain(Context x) throws IOException
{
DruidHookDispatcher dhp = unwrapDruidHookDispatcher(x);
List<RelNode> logged = new ArrayList<>();