Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Indentation
  • Loading branch information
HyukjinKwon committed Nov 4, 2016
commit 41320754f198278535fd09e6f30f38280c0ec578
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ class CSVSuite extends QueryTest with SharedSQLContext with SQLTestUtils {
Seq("1").toDF().write.text(path.getAbsolutePath)
val schema = StructType(
StructField("a", IntegerType, true) ::
StructField("b", IntegerType, true) :: Nil)
StructField("b", IntegerType, true) :: Nil)
val df = spark.read
.schema(schema)
.option("header", "false")
Expand Down