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 929f2a8 commit 15bf529Copy full SHA for 15bf529
sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
@@ -1601,7 +1601,7 @@ class DataFrameSuite extends QueryTest with SharedSQLContext {
1601
val df = spark.createDataFrame(rdd, StructType(schemas), false)
1602
assert(df.persist.take(1).apply(0).toSeq(100).asInstanceOf[Long] == 100)
1603
}
1604
-
+
1605
test("""SPARK-17154: df("column_name") should return correct result when we do self-join""") {
1606
val df = Seq(
1607
(1, "a", "A"),
0 commit comments