Skip to content
Prev Previous commit
Next Next commit
One more dead code :)
  • Loading branch information
liancheng committed Oct 8, 2015
commit af50f9c96f11f2413d0ba59cba3dc104f2a159be
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import org.apache.spark.sql.sources
import org.apache.spark.sql.types._

private[sql] object ParquetFilters {
val PARQUET_FILTER_DATA = "org.apache.spark.sql.parquet.row.filter"

case class SetInFilter[T <: Comparable[T]](
valueSet: Set[T]) extends UserDefinedPredicate[T] with Serializable {

Expand Down