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 03eec4c commit 0266761Copy full SHA for 0266761
sql/core/src/test/scala/org/apache/spark/sql/api/java/JavaSQLSuite.scala
@@ -47,7 +47,7 @@ class AllTypesBean extends Serializable {
47
@BeanProperty var booleanField: java.lang.Boolean = _
48
}
49
50
- class JavaSQLSuite extends FunSuite {
+class JavaSQLSuite extends FunSuite {
51
val javaCtx = new JavaSparkContext(TestSQLContext.sparkContext)
52
val javaSqlCtx = new JavaSQLContext(javaCtx)
53
0 commit comments