Skip to content

Commit

Permalink
remove exception
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Jul 30, 2024
1 parent ca121aa commit a03fb49
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
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;
Expand Down Expand Up @@ -169,7 +168,7 @@ abstract static class AbstractRelPlanCommand extends AbstractPlanCommand
}

@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<>();
Expand Down

0 comments on commit a03fb49

Please sign in to comment.