[GitHub] spark pull request #22906: [SPARK-25895][Core]Adding testcase to compare Lz4...

2018-11-10 Thread Udbhav30
Github user Udbhav30 closed the pull request at: https://github.com/apache/spark/pull/22906 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #22906: [SPARK-25895][Core]Adding testcase to compare Lz4...

2018-11-01 Thread Udbhav30
Github user Udbhav30 commented on a diff in the pull request: https://github.com/apache/spark/pull/22906#discussion_r230269652 --- Diff: core/src/test/scala/org/apache/spark/io/CompressionCodecSuite.scala --- @@ -128,6 +130,69 @@ class CompressionCodecSuite extends SparkFunSuite {

[GitHub] spark pull request #22906: [SPARK-25895][Core]Adding testcase to compare Lz4...

2018-10-31 Thread wangyum
Github user wangyum commented on a diff in the pull request: https://github.com/apache/spark/pull/22906#discussion_r229723135 --- Diff: core/src/test/scala/org/apache/spark/io/CompressionCodecSuite.scala --- @@ -128,6 +130,69 @@ class CompressionCodecSuite extends SparkFunSuite {

[GitHub] spark pull request #22906: [SPARK-25895][Core]Adding testcase to compare Lz4...

2018-10-31 Thread Udbhav30
GitHub user Udbhav30 opened a pull request: https://github.com/apache/spark/pull/22906 [SPARK-25895][Core]Adding testcase to compare Lz4 and Zstd compression ## What changes were proposed in this pull request? Added a UT to verify Zstd compression algorithm has better