Skip to content

Commit

Permalink
Remove .option("header", true) in another test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Jan 14, 2020
1 parent 11cbf2e commit 6c53b50
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -1545,12 +1545,10 @@ class AvroV2Suite extends AvroSuite {
.write
.format("avro")
.partitionBy("p1", "p2")
.option("header", true)
.save(dir.getCanonicalPath)
val df = spark
.read
.format("avro")
.option("header", true)
.load(dir.getCanonicalPath)
.where("p1 = 1 and p2 = 2 and value != \"a\"")

Expand Down

0 comments on commit 6c53b50

Please sign in to comment.