contexts = ImmutableList.copyOf(columns) | contexts = StreamSupport.stream(columns.spliterator(),false).collect(Collectors.toList()) | ImmutableList.copyOf(columns) | StreamSupport.stream(columns.spliterator(),false).collect(Collectors.toList()) | crate | 9ad9c21d267fb3b47594b4053367cb0677165ee8 | io.crate.execution.engine.collect.sources.ColumnsIterableTest | | | | - com.google.common.collect.ImmutableList
- java.util.stream.StreamSupport
| | AssignedTo | True |
contexts = ImmutableList.copyOf(columns) | contexts = StreamSupport.stream(columns.spliterator(),false).collect(Collectors.toList()) | ImmutableList.copyOf(columns) | StreamSupport.stream(columns.spliterator(),false).collect(Collectors.toList()) | crate | 9ad9c21d267fb3b47594b4053367cb0677165ee8 | io.crate.execution.engine.collect.sources.ColumnsIterableTest | | | | - com.google.common.collect.ImmutableList
- java.util.stream.StreamSupport
| | AssignedTo | True |