mirror of https://github.com/apache/druid.git
remove test main
This commit is contained in:
parent
8fd39c63d5
commit
fcc1366712
|
@ -162,20 +162,4 @@ public class ChainedExecutionQueryRunner<T> implements QueryRunner<T>
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) throws Exception
|
|
||||||
{
|
|
||||||
ExecutorService foo = Executors.newFixedThreadPool(1);
|
|
||||||
Future test = foo.submit(
|
|
||||||
new Callable<List>()
|
|
||||||
{
|
|
||||||
@Override
|
|
||||||
public List call() throws Exception
|
|
||||||
{
|
|
||||||
throw new ISE("");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
);
|
|
||||||
System.out.println(Lists.newArrayList(test));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue