Skip to content

Commit

Permalink
Add lzf
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Dec 26, 2020
1 parent 2c54d10 commit 1550b55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class FallbackStorageSuite extends SparkFunSuite with LocalSparkContext {
}
}

Seq("lz4", "snappy", "zstd").foreach { codec =>
Seq("lz4", "lzf", "snappy", "zstd").foreach { codec =>
test(s"$codec - Newly added executors should access old data from remote storage") {
sc = new SparkContext(getSparkConf(2, 0).set(IO_COMPRESSION_CODEC, codec))
withSpark(sc) { sc =>
Expand Down

0 comments on commit 1550b55

Please sign in to comment.