Skip to content

Commit

Permalink
fix test faiulre
Browse files Browse the repository at this point in the history
  • Loading branch information
kiszk committed Nov 17, 2016
1 parent e9202ce commit ad3436b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class FileStreamSinkSuite extends StreamTest {

val outputDf = spark.read.parquet(outputDir)
val expectedSchema = new StructType()
.add(StructField("value", IntegerType))
.add(StructField("value", IntegerType, nullable = false))
.add(StructField("id", IntegerType))
assert(outputDf.schema === expectedSchema)

Expand Down

0 comments on commit ad3436b

Please sign in to comment.