Skip to content

Commit 2ea702c

Browse files
committed
Leave the test assert as it is
1 parent f80df8c commit 2ea702c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/sources/HadoopFsRelationTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ abstract class HadoopFsRelationTest extends QueryTest with SQLTestUtils with Tes
191191
.option("dataSchema", dataSchema.json)
192192
.options(extraReadOptions)
193193
.load(),
194-
testDF)
194+
testDF.collect())
195195
}
196196
}
197197

0 commit comments

Comments
 (0)