mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
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…
x
Reference in New Issue
Block a user