Skip to content
Closed
Prev Previous commit
Next Next commit
UT failed #120093, purge and ignoreIfNotExists should be false.
  • Loading branch information
Deegue committed Mar 20, 2020
commit f4b3793afebee82a89c6ffa9f13c0187192496a7
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,8 @@ class VersionsSuite extends SparkFunSuite with Logging {
fs.delete(partPath, true)
}
}
client.dropPartitions("default", "src_part", Seq(spec), ignoreIfNotExists = true,
purge = true, retainData = false)
client.dropPartitions("default", "src_part", Seq(spec), ignoreIfNotExists = false,
purge = false, retainData = false)
assert(client.getPartitionOption("default", "src_part", spec).isEmpty)
}

Expand Down