Skip to content

Commit

Permalink
rename test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
gengliangwang committed Jul 16, 2020
1 parent bfa2bc4 commit cb16660
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ import org.apache.spark.sql.catalyst.dsl.expressions._
import org.apache.spark.sql.catalyst.plans.PlanTest
import org.apache.spark.sql.types.BooleanType

class ConvertibleFilterSuite extends SparkFunSuite with PredicateHelper with PlanTest {
class ExtractPredicatesWithinOutputSetSuite
extends SparkFunSuite
with PredicateHelper
with PlanTest {
private val a = AttributeReference("A", BooleanType)(exprId = ExprId(1))
private val b = AttributeReference("B", BooleanType)(exprId = ExprId(2))
private val c = AttributeReference("C", BooleanType)(exprId = ExprId(3))
Expand Down

0 comments on commit cb16660

Please sign in to comment.