Skip to content

Commit

Permalink
Quiet logging from test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Jul 9, 2014
1 parent efad14f commit f623ffd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -27,9 +27,9 @@ class CombiningLimitsSuite extends PlanTest {

object Optimize extends RuleExecutor[LogicalPlan] {
val batches =
Batch("Combine Limit", FixedPoint(2),
Batch("Combine Limit", FixedPoint(10),
CombineLimits) ::
Batch("Constant Folding", FixedPoint(3),
Batch("Constant Folding", FixedPoint(10),
NullPropagation,
ConstantFolding,
BooleanSimplification) :: Nil
Expand Down

0 comments on commit f623ffd

Please sign in to comment.