Skip to content

Commit f623ffd

Browse files
committed
Quiet logging from test suite.
1 parent efad14f commit f623ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/CombiningLimitsSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ class CombiningLimitsSuite extends PlanTest {
2727

2828
object Optimize extends RuleExecutor[LogicalPlan] {
2929
val batches =
30-
Batch("Combine Limit", FixedPoint(2),
30+
Batch("Combine Limit", FixedPoint(10),
3131
CombineLimits) ::
32-
Batch("Constant Folding", FixedPoint(3),
32+
Batch("Constant Folding", FixedPoint(10),
3333
NullPropagation,
3434
ConstantFolding,
3535
BooleanSimplification) :: Nil

0 commit comments

Comments
 (0)