Merge branch 'quidem-record' into quidem-msq

This commit is contained in:
Zoltan Haindrich 2024-07-31 15:27:59 +00:00
commit 5e81a026e9
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;
@ -177,7 +176,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<>();