mirror of https://github.com/apache/druid.git
cleanup
This commit is contained in:
parent
3933af79a0
commit
0facb4202d
|
@ -956,7 +956,6 @@ public class IndexMaker
|
|||
public VSizeIndexedInts apply(List<Integer> input)
|
||||
{
|
||||
if (input == null) {
|
||||
//return null;
|
||||
return VSizeIndexedInts.fromList(
|
||||
new AbstractList<Integer>()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue