Skip to content

Commit d28c058

Browse files
witgopwendell
authored andcommitted
SPARK-1695: java8-tests compiler error: package com.google.common.co...
...llections does not exist Author: witgo <[email protected]> Closes #611 from witgo/SPARK-1695 and squashes the following commits: d77a887 [witgo] Fix SPARK-1695: java8-tests compiler error: package com.google.common.collections does not exist (cherry picked from commit f25ebed) Signed-off-by: Patrick Wendell <[email protected]>
1 parent d4c8af8 commit d28c058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/java8-tests/src/test/java/org/apache/spark/Java8APISuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import scala.Tuple2;
2525

26-
import com.google.common.collections.Iterables;
26+
import com.google.common.collect.Iterables;
2727
import com.google.common.base.Optional;
2828
import com.google.common.io.Files;
2929
import org.apache.hadoop.io.IntWritable;

0 commit comments

Comments
 (0)