Skip to content

Commit

Permalink
Remove .option("header", true) in the added test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Jan 14, 2020
1 parent 0bb33aa commit 11cbf2e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1506,14 +1506,12 @@ abstract class AvroSuite extends QueryTest with SharedSparkSession {
.repartition(2)
.write
.format("avro")
.option("header", true)
.save(dir.getCanonicalPath)
withLogAppender(logAppender) {
spark
.read
.format("avro")
.option(AvroOptions.ignoreExtensionKey, false)
.option("header", true)
.load(dir.getCanonicalPath)
.count()
}
Expand Down

0 comments on commit 11cbf2e

Please sign in to comment.