mirror of https://github.com/apache/druid.git
Merge branch 'quidem-record' into quidem-msq
This commit is contained in:
commit
5e81a026e9
|
@ -42,7 +42,6 @@ import org.apache.druid.sql.hook.DruidHookDispatcher;
|
||||||
import java.io.Closeable;
|
import java.io.Closeable;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.sql.ResultSet;
|
import java.sql.ResultSet;
|
||||||
import java.sql.SQLException;
|
|
||||||
import java.sql.Statement;
|
import java.sql.Statement;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
@ -177,7 +176,7 @@ public class DruidQuidemCommandHandler implements CommandHandler
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected final void executeExplain(Context x) throws IOException, SQLException
|
protected final void executeExplain(Context x) throws IOException
|
||||||
{
|
{
|
||||||
DruidHookDispatcher dhp = unwrapDruidHookDispatcher(x);
|
DruidHookDispatcher dhp = unwrapDruidHookDispatcher(x);
|
||||||
List<RelNode> logged = new ArrayList<>();
|
List<RelNode> logged = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in New Issue