Skip to content

Commit 74fe936

Browse files
committed
Remove unnecessary change.
1 parent 7d26f5e commit 74fe936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcQuerySuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ case class Contact(name: String, phone: String)
5252
case class Person(name: String, age: Int, contacts: Seq[Contact])
5353

5454
class OrcQuerySuite extends QueryTest with BeforeAndAfterAll with OrcTest {
55+
5556
test("Read/write All Types") {
5657
val data = (0 to 255).map { i =>
5758
(s"$i", i, i.toLong, i.toFloat, i.toDouble, i.toShort, i.toByte, i % 2 == 0)

0 commit comments

Comments
 (0)