Skip to content
Closed
Prev Previous commit
Next Next commit
removed unused import
  • Loading branch information
dbtsai committed Oct 10, 2019
commit a4a807edaadde98818afedb2cff3192a045b532c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package org.apache.spark
import java.io._
import java.util.concurrent.{ConcurrentHashMap, LinkedBlockingQueue, ThreadPoolExecutor, TimeUnit}
import java.util.concurrent.locks.ReentrantReadWriteLock
import java.util.zip.{GZIPInputStream, GZIPOutputStream}

import com.github.luben.zstd.ZstdInputStream
import com.github.luben.zstd.ZstdOutputStream
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recall we put third party imports under java and scala.

Expand Down