Skip to content

Commit

Permalink
fixup! create expression symbol after reading index meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
seut committed Nov 19, 2015
1 parent fe43e56 commit aa6c916
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sql/src/main/java/io/crate/metadata/blob/BlobSchemaInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
import javax.annotation.Nullable;
import java.util.Arrays;
import java.util.Iterator;
import java.util.Spliterator;
import java.util.concurrent.ExecutionException;

public class BlobSchemaInfo implements SchemaInfo, ClusterStateListener {
Expand All @@ -56,11 +55,6 @@ public class BlobSchemaInfo implements SchemaInfo, ClusterStateListener {
private final Environment environment;
private final Functions functions;

@Override
public Spliterator<TableInfo> spliterator() {
return null;
}

private final LoadingCache<String, BlobTableInfo> cache = CacheBuilder.newBuilder()
.maximumSize(10000)
.build(
Expand Down

0 comments on commit aa6c916

Please sign in to comment.