We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999a068 commit c8a54dbCopy full SHA for c8a54db
core/src/test/java/org/apache/spark/JavaAPISuite.java
@@ -63,6 +63,7 @@
63
// The test suite itself is Serializable so that anonymous Function implementations can be
64
// serialized, as an alternative to converting these anonymous classes to static inner classes;
65
// see http://stackoverflow.com/questions/758570/.
66
+@SuppressWarnings("serial")
67
public class JavaAPISuite implements Serializable {
68
private transient JavaSparkContext sc;
69
private transient File tempDir;
core/src/test/java/org/apache/spark/JavaJdbcRDDSuite.java
@@ -34,6 +34,7 @@
34
import org.junit.Before;
35
import org.junit.Test;
36
37
38
public class JavaJdbcRDDSuite implements Serializable {
39
40
0 commit comments