Skip to content

Commit 1ab78ed

Browse files
committed
Add a ORC test case into FileStreamSinkSuite, too.
1 parent 66475b7 commit 1ab78ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sql/core/src/test/scala/org/apache/spark/sql/streaming/FileStreamSinkSuite.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ class FileStreamSinkSuite extends StreamTest {
305305
testFormat(Some("parquet"))
306306
}
307307

308+
test("orc") {
309+
testFormat(Some("orc"))
310+
}
311+
308312
test("text") {
309313
testFormat(Some("text"))
310314
}

0 commit comments

Comments
 (0)